Hello,
Is there a way to deal with Enum properties on Entities (server or client side) ?
Serverside :
Is it possible to exclude properties from being serialized ? [XmlIgnore] for example.
This goes for both the MetaData as ofcourse normal data.
Clientside :
Would it be possible to add an enum to breeze, so it would recognize it as a valid DataType ?
Thanks in advance.