OperationScrapRate Property |
The percentage (0..1) of scrap usually occurring during the production operation. null means that the scrap rate cannot be generally calculated.
Namespace:
Aloe.EnterpriseOne.Model.Production.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<decimal> ScrapRate { get; set; }
Public Property ScrapRate As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ ScrapRate {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member ScrapRate : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also