Click or drag to resize

DocumentStateFlags Class

Enumeration of document system states that can be combined in bit mask
Inheritance Hierarchy

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
[FlagsAttribute]
public sealed class DocumentStateFlags : Enum

The DocumentStateFlags type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAdjustment
Document which adjusts other released documents. (Stored as 32).
Public fieldStatic memberClosed
The document is audited and closed. Adjustments are not allowed, but reopening is allowed. (Stored as 64).
Public fieldStatic memberCompleted
Work has completed. (Stored as 16).
Public fieldStatic memberFirmPlanned
Planned by operator for future releasing. (Stored as 4).
Public fieldStatic memberNew
New document, just created. Can be edited. (Stored as 1).
Public fieldStatic memberPlanned
Planned by the system for future releasing. (Stored as 2).
Public fieldStatic memberReleased
Released document. Changes can be applied only through adjustment documents. (Stored as 8).
Public fieldvalue__
Top
Extension Methods
  NameDescription
Public Extension MethodContains
Determines whether the specified state is contained in the DocumentStateFlags condition.
(Defined by DocumentStateFlagsExtensions.)
Top
See Also