ExtensibleDataObject Properties |
The ExtensibleDataObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChangingAttributes |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.) |
![]() | CreationTimeUtc | The exact server time (in UTC) when the object represented by this system object was created. null means that it is unknown. [Filter(ge;le)] |
![]() | CreationUser | The user, who created the object represented by this system object . null means that it is unknown. [Filter(multi eq)] |
![]() | CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) |
![]() | EntityItemId | The Id of the primary row to which the object is bound. [Required] [Filter(multi eq)] |
![]() | EntityType | The entity type of the row to which the object is bound. [Required] [Default(" ")] [Filter(eq)] [ORD] |
![]() | ExtendedProperties |
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.) |
![]() | Files | List of ObjectFile child objects, based on the Systems.Core.ObjectFile.Object back reference |
![]() | Id |
The unique Id of the entity object
(Inherited from EntityObject.) |
![]() | IsDeleted | Specifies whether the object represented by this system object is deleted. After deletion of the original object, the system object remains in the system, but can be purged later by some cleanup processes. [Required] [Default(false)] [Filter(eq)] |
![]() | IsGhost |
Returns true when the object is a ghost object
(Inherited from EntityObject.) |
![]() | IsLoaded | Gets a value indicating whether the associated data for this domain object is loaded. (Overrides EntityObjectIsLoaded.) |
![]() | ItemString |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) |
![]() | ItemIDataAttribute |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) |
![]() | LastUpdateTimeUtc | The exact server time (in UTC) of the last modification of the object represented by this system object. null means that it is unknown. [Filter(ge;le)] |
![]() | LastUpdateUser | The user, who made the last modification of the object represented by this system object . null means that it is unknown. [Filter(multi eq)] |
![]() | LatestVersion | The latest saved version of the object. Starts from 1 and increments with 1 for each new version. [Required] [Default(1)] |
![]() | NoEvents |
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.) |
![]() | ObjectState | Gets the state of the domain object. (Overrides EditableDomainObjectObjectState.) |
![]() | Repository | Provides access to ExtensibleDataObjectsRepository repository methods |
![]() | Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) |
![]() | Versions | List of ObjectVersion child objects, based on the Systems.Core.ObjectVersion.Object back reference |