You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
Thanks for sharing this code! I'm just starting to use it and had a quick question.
Is there a reason that you sealed the entity classes? For example, I was thinking of inheriting from the ZohoAccount class to add some custom properties.
Thanks,
Don
The text was updated successfully, but these errors were encountered:
Thank you for taking in consideration using ZohoCrmSharp. Actually I sealed
the final entity classes for a conceptual reason, since they weren't
supposed to support polymorphism, and in fact you're the first person
asking me about this feature.
ZohoEntity in fact supports SetValue/GetValue methods for extending the
default properties and thus it is possible to extend their inherited
classes too.
You made a point by considering extending the "final" entities with custom
fields (like it is possible to create custom fields in Zoho CRM itself): I
will consider "unseal" them: for the moment the code is not very
maintained, cause I'm taken by clients' projects.
Thanks for sharing this code! I'm just starting to use it and had a quick
question.
Is there a reason that you sealed the entity classes? For example, I was
thinking of inheriting from the ZohoAccount class to add some custom
properties.
Thanks,
Don
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/3.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Thanks for sharing this code! I'm just starting to use it and had a quick question.
Is there a reason that you sealed the entity classes? For example, I was thinking of inheriting from the ZohoAccount class to add some custom properties.
Thanks,
Don
The text was updated successfully, but these errors were encountered: