RecipeOperationStandardPricePerHour Property |
Standard price for 1 hour work. [Currency: Recipe.Product.CostingCurrency] [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount StandardPricePerHour { get; set; }
Public Property StandardPricePerHour As Amount
Get
Set
public:
property Amount^ StandardPricePerHour {
Amount^ get ();
void set (Amount^ value);
}
member StandardPricePerHour : Amount with get, set
Property Value
Type:
Amount
See Also