IngredientQuantityChanged Property |
Has the user changed the quantity of this ingredient?
Namespace:
LSRetail.Omni.Domain.DataModel.Base.Menu
Assembly:
LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: LS Omni 3.7.0
Syntaxpublic bool QuantityChanged { get; }
Property Value
Type:
Booleantrue if quantity changed; otherwise,
false.
See Also