PrincipalRecipeIngredientConditionalPropertyAllowedValue Property |
When not null, specifies that, when creating recipe, the ingredient will be added only if the main product property, specified in Conditional_Property_Id equals the specified value. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomPropertyAllowedValue ConditionalPropertyAllowedValue { get; set; }
Public Property ConditionalPropertyAllowedValue As CustomPropertyAllowedValue
Get
Set
public:
property CustomPropertyAllowedValue^ ConditionalPropertyAllowedValue {
CustomPropertyAllowedValue^ get ();
void set (CustomPropertyAllowedValue^ value);
}
member ConditionalPropertyAllowedValue : CustomPropertyAllowedValue with get, set
Property Value
Type:
CustomPropertyAllowedValue
See Also