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
Syntaxpublic bool DependsOn(
DocumentAmountType onType
)
Public Function DependsOn (
onType As DocumentAmountType
) As Boolean
public:
bool DependsOn(
DocumentAmountType^ onType
)
member DependsOn :
onType : DocumentAmountType -> bool
Parameters
- onType
- Type: Aloe.EnterpriseOne.Model.GeneralDocumentAmountType
The DocumentAmountType on wich the current type depends.
Return Value
Type:
Boolean
See Also