Click or drag to resize

SignRestriction Class

Generic enum type for SignRestriction properties
Inheritance Hierarchy

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

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