Click or drag to resize

MailTemplateIEntityObjectDataVersion Property

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.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
int IEntityObject.DataVersion { get; set; }

Property Value

Type: Int32

Implements

IEntityObjectDataVersion
See Also