Click or drag to resize

DocumentTypeNotificationsRepositoryStatusChangeDirection Class

Allowed values for the StatusChangeDirection data attribute
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Aloe.EnterpriseOne.Model.GeneralDocumentTypeNotificationsRepositoryStatusChangeDirection

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class StatusChangeDirection : Enum

The DocumentTypeNotificationsRepositoryStatusChangeDirection type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAnyChange
AnyChange value. Stored as '*'.
Public fieldStatic memberNegativeChange
NegativeChange value. Stored as '-'.
Public fieldStatic memberNoChange
NoChange value. Stored as '0'.
Public fieldStatic memberPositiveChange
PositiveChange value. Stored as '+'.
Public fieldvalue__
Top
See Also