ResourceStandardPricePerHour Property |
Standard price per hour for this resource. It participates in the calculation of standard price for production recipes in which the current resource is used. [Currency: ResourceCurrency]
Namespace:
Aloe.EnterpriseOne.Model.Production.Resources
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