Click or drag to resize

PurchaseInvoicesOptionsRepositoryTotalAmountSignRestriction Class

Allowed values for the TotalAmountSignRestriction data attribute
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Aloe.EnterpriseOne.Model.Logistics.ProcurementPurchaseInvoicesOptionsRepositoryTotalAmountSignRestriction

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class TotalAmountSignRestriction : Enum

The PurchaseInvoicesOptionsRepositoryTotalAmountSignRestriction 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