DocumentStateChangedBusinessEvent Class |
Namespace: Aloe.EnterpriseOne.Model.General
The DocumentStateChangedBusinessEvent type exposes the following members.
| Name | Description | |
|---|---|---|
| DocumentStateChangedBusinessEvent |
Initializes a new instance of the DocumentStateChangedBusinessEvent class.
|
| Name | Description | |
|---|---|---|
| Adjustment |
Create a new "Adjustment" event document state change event.
| |
| Closed |
Create a new "Closed" event document state change event.
| |
| Completed |
Create a new "Completed" event document state change event.
| |
| ExtendedAttributes |
Gets the extended attributes.
They store temporary custom event handlers data in name/value format.
(Inherited from BusinessEvent.) | |
| FirmPlanned |
Create a new "Firm Planned" event document state change event.
| |
| FromState |
Gets from state.
(Inherited from DocumentStateChangeBusinessEvent.) | |
| Planned |
Create a new "Planned" event document state change event.
| |
| Released |
Create a new "Released" event document state change event.
| |
| ToState |
Gets to state.
(Inherited from DocumentStateChangeBusinessEvent.) | |
| ValidationViolations |
Gets the validation violations list.
(Inherited from BusinessEvent.) |
| Name | Description | |
|---|---|---|
| GetEventAttributes |
Gets the event specific attributes. For example for attribute change event this should be $OldValue, $NewValue etc.
Event attributes always start with $.
(Inherited from DocumentStateChangeBusinessEvent.) | |
| GetEventAttributeValue |
Gets the event attribute value.
(Inherited from DocumentStateChangeBusinessEvent.) | |
| GetViolationsMessage |
Gets the concatenated messages of all violations.
(Inherited from BusinessEvent.) | |
| ThrowExceptionIfViolations |
Checks for violations. If there are violations, throws an aggregate exception for all violations.
(Inherited from BusinessEvent.) | |
| ToString |
Returns a String that represents this instance.
(Overrides DocumentStateChangeBusinessEventToString.) |