Click or drag to resize

DocumentAmountTypesRepositoryAllowedDirections Class

Allowed values for the AllowedDirections data attribute
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Aloe.EnterpriseOne.Model.GeneralDocumentAmountTypesRepositoryAllowedDirections

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

The DocumentAmountTypesRepositoryAllowedDirections type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAllowAll
AllowAll value. Stored as 0.
Public fieldStatic memberAllowOnlyNegative
AllowOnlyNegative value. Stored as (-1).
Public fieldStatic memberAllowOnlyPositive
AllowOnlyPositive value. Stored as 1.
Public fieldvalue__
Top
See Also