ObjectChangeRootObject Property |
The root object in the aggregate of the object, which has been changed. Each change is recorded at the aggregate root level. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ExtensibleDataObject RootObject { get; set; }
Public Property RootObject As ExtensibleDataObject
Get
Set
public:
property ExtensibleDataObject^ RootObject {
ExtensibleDataObject^ get ();
void set (ExtensibleDataObject^ value);
}
member RootObject : ExtensibleDataObject with get, set
Property Value
Type:
ExtensibleDataObject
See Also