AttributeChange Class |
Namespace: Aloe.EnterpriseOne.Model.Systems.Core
The AttributeChange type exposes the following members.
| Name | Description | |
|---|---|---|
| AttributeChange(ObjectTransaction) | Initializes a new instance of the AttributeChange class with specific ObjectTransaction | |
| AttributeChange(ObjectTransaction, RowProvider) | Initializes a new instance of the AttributeChange class with specific ObjectTransaction |
| Name | Description | |
|---|---|---|
| AttributeName | The attribute name. [Required] [Filter(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.) | |
| ObjectChange | The object change. [Required] [Filter(multi eq)] [Owner] | |
| Repository | Provides access to AttributeChangesRepository repository methods | |
| Transaction |
The transaction to which this object is attached
(Inherited from DomainObject.) |
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified object is equal to this instance.
(Inherited from DomainObject.) | |
| GetHashCode |
Returns a hash code for this instance.
(Inherited from DomainObject.) | |
| ToString |
Returns a String that represents this instance.
(Inherited from DomainObject.) | |
| TryGet |
Tries to get the specified attribute and returns it or null, when it is not found.
(Inherited from DomainObject.) |
| Name | Description | |
|---|---|---|
| FormatString |
Converts the object to string based on the format specified.
(Defined by FormatStringExtensions.) |