DocumentStateChangeEventMask Class |
Namespace: Aloe.EnterpriseOne.Model.General
The DocumentStateChangeEventMask type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentStateChangeEventMask |
Initializes a new instance of the DocumentStateChangeEventMask class.
|
Name | Description | |
---|---|---|
![]() | BeforeEvent |
Gets a value indicating whether before or after events will be matched.
|
![]() | State |
Gets the document state, against which the actual states will be compared.
|
Name | Description | |
---|---|---|
![]() | IsMatchedBy |
Determines whether the current event mask is matched by the specified actual event.
(Overrides BusinessEventMaskTBusinessEventIsMatchedBy(BusinessEvent).) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides BusinessEventMaskTBusinessEventToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Closed |
The "Closed" validation state. When used as mask, will match only the Closed state.
|
![]() ![]() | Closing |
The "Closed" validation state. When used as mask, will match only the Closed state.
|
![]() ![]() | Completed |
The "Completed" validation state. When used as mask, will match Completed and later states.
|
![]() ![]() | Completing |
The "Completed" validation state. When used as mask, will match Completed and later states.
|
![]() ![]() | FirmPlanned |
The "Firm planned" validation state. When used as mask, will match Firm Planned and later states.
|
![]() ![]() | FirmPlanning |
The "Firm planned" validation state. When used as mask, will match Firm Planned and later states.
|
![]() ![]() | Planned |
The "Planned" validation state. When used as mask, will match Planned and later states.
|
![]() ![]() | Planning |
The "Planned" validation state. When used as mask, will match Planned and later states.
|
![]() ![]() | Released |
The "Released" validation state. When used as mask, will match Released and later states.
|
![]() ![]() | Releasing |
The "Released" validation state. When used as mask, will match Released and later states.
|