Click or drag to resize

DataObjectHistoryEntryChangedFields Property

Contains all the fields that was changed on the dataobjectversion. That is, the collection DOES NOT contain all properties of the dataobjectversion.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public DataObjectHistoryEntryFields ChangedFields { get; }

Property Value

Type: DataObjectHistoryEntryFields
See Also