Click or drag to resize

ExtensibleDataObject Properties

The ExtensibleDataObject type exposes the following members.

Properties
  NameDescription
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyCreationTimeUtc
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)]
Public propertyCreationUser
The user, who created the object represented by this system object . null means that it is unknown. [Filter(multi eq)]
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyEntityItemId
The Id of the primary row to which the object is bound. [Required] [Filter(multi eq)]
Public propertyEntityType
The entity type of the row to which the object is bound. [Required] [Default(" ")] [Filter(eq)] [ORD]
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyFiles
List of ObjectFile child objects, based on the Systems.Core.ObjectFile.Object back reference
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsDeleted
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)]
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides EntityObjectIsLoaded.)
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyLastUpdateTimeUtc
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)]
Public propertyLastUpdateUser
The user, who made the last modification of the object represented by this system object . null means that it is unknown. [Filter(multi eq)]
Public propertyLatestVersion
The latest saved version of the object. Starts from 1 and increments with 1 for each new version. [Required] [Default(1)]
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyRepository
Provides access to ExtensibleDataObjectsRepository repository methods
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Public propertyVersions
List of ObjectVersion child objects, based on the Systems.Core.ObjectVersion.Object back reference
Top
See Also