Click or drag to resize

AttributeChangesHistoryEntry Class

Each entry represents an entity attribute change with previous and new value. Entity: Sys_Attribute_Changes_History_View
Inheritance Hierarchy

Namespace:  Aloe.EnterpriseOne.Model.Systems.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class AttributeChangesHistoryEntry : EnterpriseOneViewObject

The AttributeChangesHistoryEntry type exposes the following members.

Constructors
  NameDescription
Public methodAttributeChangesHistoryEntry(ObjectTransaction)
Initializes a new instance of the AttributeChangesHistoryEntry class with specific ObjectTransaction
Public methodAttributeChangesHistoryEntry(ObjectTransaction, RowProvider)
Initializes a new instance of the AttributeChangesHistoryEntry class with specific ObjectTransaction
Top
Properties
  NameDescription
Public propertyAttributeName
Public propertyEntityItemId
The id of the actual changed object, described by this change. [Required] [Filter(multi eq)]
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from ViewDomainObject.)
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 propertyNewValue
The new value. [Filter(eq;like)]
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 propertyPreviousValue
The previous value. [Required] [Filter(eq)]
Public propertyRepository
Provides access to AttributeChangesHistoryRepository repository methods
Public propertyRepositoryName
The repository of the actual changed object, described by this change. This is different than the aggregate root, which is pointed by Root Object. [Required] [Filter(multi eq;like)]
Public propertyTimeUtc
Date and time (in Utc) when the changeset was processed by the server. [Required] [Default(NowUtc)] [Filter(eq;ge;le)] [ORD]
Public propertyTransaction
The transaction to which this object is attached
(Inherited from DomainObject.)
Public propertyUser
The user which initiated the change. null when it is unknown. [Filter(multi eq)]
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to this instance.
(Inherited from DomainObject.)
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from DomainObject.)
Public methodToString
Returns a String that represents this instance.
(Inherited from DomainObject.)
Public methodTryGet
Tries to get the specified attribute and returns it or null, when it is not found.
(Inherited from DomainObject.)
Top
Extension Methods
  NameDescription
Public Extension MethodFormatString
Converts the object to string based on the format specified.
(Defined by FormatStringExtensions.)
Top
See Also