CurrencyDirectoryContainsCurrency Method |
Determines whether the currency directory can convert from/to the specified currency.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool ContainsCurrency(
Currency currency
)
Public Function ContainsCurrency (
currency As Currency
) As Boolean
public:
bool ContainsCurrency(
Currency^ currency
)
member ContainsCurrency :
currency : Currency -> bool
Parameters
- currency
- Type: Aloe.EnterpriseOne.Model.GeneralCurrency
The currency.
Return Value
Type:
Boolean
See Also