PrincipalRecipeIngredientMaterialGroup Property |
Filter for choosing specific material in the recipe (Gen_Product_Groups_Table). [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductGroup MaterialGroup { get; set; }
Public Property MaterialGroup As ProductGroup
Get
Set
public:
property ProductGroup^ MaterialGroup {
ProductGroup^ get ();
void set (ProductGroup^ value);
}
member MaterialGroup : ProductGroup with get, set
Property Value
Type:
ProductGroup
See Also