EditableDomainObject Class |
Namespace: Aloe.SystemFrameworks.Domain
The EditableDomainObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | EditableDomainObject |
Initializes a new instance of the EditableDomainObject class.
|
Name | Description | |
---|---|---|
![]() | ChangingAttributes |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
|
![]() | IsGhost |
Returns true when the object is a ghost object
(Inherited from DomainObject.) |
![]() | 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.) |
![]() | 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.
|
![]() | Repository |
The repository used to persist the object
|
![]() | Transaction |
The transaction to which this object is attached
(Inherited from DomainObject.) |
Name | Description | |
---|---|---|
![]() | Delete |
Deletes the domain object.
|
![]() | Equals |
Determines whether the specified object is equal to this instance.
(Inherited from DomainObject.) |
![]() | ExecuteBusinessRules |
Executes all business rules for the object for the specified BusinessEvent.
The validation fails are saved in the event.
|
![]() | GetHashCode |
Returns a hash code for this instance.
(Inherited from DomainObject.) |
![]() ![]() ![]() | GetObjectState |
Gets the resulting object state from a base object state and a row provider for the most derived row.
|
![]() | IssueWarning(String) |
Issues a warning with the specified message.
|
![]() | IssueWarning(ExpressionFuncString, Object) |
Issues a warning with the specified message. The message can contain standard string placeholders.
|
![]() | 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.) |