Click or drag to resize

IEntityObject Properties

The IEntityObject type exposes the following members.

Properties
  NameDescription
Public propertyDataVersion
The data version of an entity object is incremented every time it gets updated. If the entity object class embeds other objects (like a DataObjectType embeds a number of BaseProperty objects) then the DataVersion is also "touched" when an embedded object changes.
Public propertyId
Unique id of the entity object within its entity type.
Top
See Also