Click or drag to resize

DocumentAmountTypeDependsOn Method

Returns a value indicating whether the current DocumentAmountType depends on the specified parameter.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool DependsOn(
	DocumentAmountType onType
)

Parameters

onType
Type: Aloe.EnterpriseOne.Model.GeneralDocumentAmountType
The DocumentAmountType on wich the current type depends.

Return Value

Type: Boolean
See Also