OperationStandardPricePerHour Property |
Standard price for 1 hour work for this operation. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal StandardPricePerHour { get; set; }
Public Property StandardPricePerHour As Decimal
Get
Set
public:
property Decimal^ StandardPricePerHour {
Decimal^ get ();
void set (Decimal^ value);
}
member StandardPricePerHour : decimal with get, set
Property Value
Type:
Decimal
See Also