Click or drag to resize

IEntityObject Interface

An entity object is an object with an id of an object type that is considered entity data.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public interface IEntityObject : ICloneable

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