AttributeChangesHistoryEntry Properties |
The AttributeChangesHistoryEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | AttributeName | |
![]() | EntityItemId | The id of the actual changed object, described by this change. [Required] [Filter(multi eq)] |
![]() | IsGhost |
Returns true when the object is a ghost object
(Inherited from ViewDomainObject.) |
![]() | 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.) |
![]() | NewValue | The new value. [Filter(eq;like)] |
![]() | 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.) |
![]() | PreviousValue | The previous value. [Required] [Filter(eq)] |
![]() | Repository | Provides access to AttributeChangesHistoryRepository repository methods |
![]() | RepositoryName | 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)] |
![]() | TimeUtc | Date and time (in Utc) when the changeset was processed by the server. [Required] [Default(NowUtc)] [Filter(eq;ge;le)] [ORD] |
![]() | Transaction |
The transaction to which this object is attached
(Inherited from DomainObject.) |
![]() | User | The user which initiated the change. null when it is unknown. [Filter(multi eq)] |