Click or drag to resize

DocumentStateChangeEventMask Class

Event mask for events of type DocumentStateChangeBusinessEvent.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.BusinessLogicBusinessEventMaskDocumentStateChangeBusinessEvent
    Aloe.EnterpriseOne.Model.GeneralDocumentStateChangeEventMask

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class DocumentStateChangeEventMask : BusinessEventMask<DocumentStateChangeBusinessEvent>

The DocumentStateChangeEventMask type exposes the following members.

Constructors
  NameDescription
Public methodDocumentStateChangeEventMask
Initializes a new instance of the DocumentStateChangeEventMask class.
Top
Properties
  NameDescription
Public propertyBeforeEvent
Gets a value indicating whether before or after events will be matched.
Public propertyState
Gets the document state, against which the actual states will be compared.
Top
Methods
Fields
  NameDescription
Public fieldStatic memberClosed
The "Closed" validation state. When used as mask, will match only the Closed state.
Public fieldStatic memberClosing
The "Closed" validation state. When used as mask, will match only the Closed state.
Public fieldStatic memberCompleted
The "Completed" validation state. When used as mask, will match Completed and later states.
Public fieldStatic memberCompleting
The "Completed" validation state. When used as mask, will match Completed and later states.
Public fieldStatic memberFirmPlanned
The "Firm planned" validation state. When used as mask, will match Firm Planned and later states.
Public fieldStatic memberFirmPlanning
The "Firm planned" validation state. When used as mask, will match Firm Planned and later states.
Public fieldStatic memberPlanned
The "Planned" validation state. When used as mask, will match Planned and later states.
Public fieldStatic memberPlanning
The "Planned" validation state. When used as mask, will match Planned and later states.
Public fieldStatic memberReleased
The "Released" validation state. When used as mask, will match Released and later states.
Public fieldStatic memberReleasing
The "Released" validation state. When used as mask, will match Released and later states.
Top
See Also