TemplateLineAmountCondition Property |
Condition for the amount. The line is accounted only when the condition is matched. The condition can be one of: null - no condition, the line should be accounted unconditionally; '+' - The amount should be positive; '-' - The amount should be negative. The amount is matched as returned from the source, before applying the Multiplier.
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<TemplateLinesRepositoryAmountCondition> AmountCondition { get; set; }
Public Property AmountCondition As Nullable(Of TemplateLinesRepositoryAmountCondition)
Get
Set
public:
property Nullable<TemplateLinesRepositoryAmountCondition^>^ AmountCondition {
Nullable<TemplateLinesRepositoryAmountCondition^>^ get ();
void set (Nullable<TemplateLinesRepositoryAmountCondition^>^ value);
}
member AmountCondition : Nullable<TemplateLinesRepositoryAmountCondition> with get, set
Property Value
Type:
NullableTemplateLinesRepositoryAmountCondition
See Also