RecipeIngredientScrapRate Property |
The usual percentage (0..1) of scrap of the raw material; inflates the requirements of this material for this recipe. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal ScrapRate { get; set; }
Public Property ScrapRate As Decimal
Get
Set
public:
property Decimal^ ScrapRate {
Decimal^ get ();
void set (Decimal^ value);
}
member ScrapRate : decimal with get, set
Property Value
Type:
Decimal
See Also