RecipeIngredientCost Property |
The cost of the specified quantity of the ingredient. [Currency: Recipe.Product.CostingCurrency] [Required] [Default(0)] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount Cost { get; set; }
Public Property Cost As Amount
Get
Set
public:
property Amount^ Cost {
Amount^ get ();
void set (Amount^ value);
}
member Cost : Amount with get, set
Property Value
Type:
Amount
See Also