IEntityObject Interface |
Namespace: Omada.OE.Model
public interface IEntityObject : ICloneable
The IEntityObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataVersion |
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.
|
![]() | Id |
Unique id of the entity object within its entity type.
|