DocumentAmountTypeAllowedDirections Property |
Specifies condition for the sign of the allowed values for input percent or amount that can be set in the documents. [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DocumentAmountTypesRepositoryAllowedDirections> AllowedDirections { get; set; }
Public Property AllowedDirections As Nullable(Of DocumentAmountTypesRepositoryAllowedDirections)
Get
Set
public:
property Nullable<DocumentAmountTypesRepositoryAllowedDirections^>^ AllowedDirections {
Nullable<DocumentAmountTypesRepositoryAllowedDirections^>^ get ();
void set (Nullable<DocumentAmountTypesRepositoryAllowedDirections^>^ value);
}
member AllowedDirections : Nullable<DocumentAmountTypesRepositoryAllowedDirections> with get, set
Property Value
Type:
NullableDocumentAmountTypesRepositoryAllowedDirections
See Also