Feature Request: Make the .CustomProperties property virtual in EntityBase (or better: an interface member) that's overriden in the derived classes. I need some polymorphic behavior for a specific feature. Thanks.
Jeff...
It's a static property so it's not possible to make that an interface member/virtual unfortunately.
Otis wrote: It's a static property so it's not possible to make that an interface member/virtual unfortunately.
Otis wrote:
Ahhhh...disappointing. But it makes sense that it's not an instance member. Ok, thanks.
Could you make it an interface property now since there is a FieldCustomPropertiesOfType and CustomPropertiesOfType on all instances?
Thanks
Frank