Type is a commonly used name in almost all domains (DSL). Imagine I have a class called SalesOrder, which must expose a Type property. It now must be called SalesOrder.SalesOrderType. Would it be possible to rename Entity.Type to something like EntityType or FieldType to free up the name? Or is that too much trouble? This thread was imported from our support forum. The original discussion may contain more detailed answer. |
No, it won't. Agree, it's a very common name.
So options:
EntityType
ModelType
TypeInfo // = its exact type, the same as with VersionInfo.
???
Votes/comments are welcome.
TypeInfo - is OK