RecipeCurrencyDirectory Property |
Currency directory, which is used to convert the costs and prices of materials, operations and resources into the currency of the product. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CurrencyDirectory CurrencyDirectory { get; set; }
Public Property CurrencyDirectory As CurrencyDirectory
Get
Set
public:
property CurrencyDirectory^ CurrencyDirectory {
CurrencyDirectory^ get ();
void set (CurrencyDirectory^ value);
}
member CurrencyDirectory : CurrencyDirectory with get, set
Property Value
Type:
CurrencyDirectory
See Also