Click or drag to resize

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
Syntax
C#
public bool QuantityChanged { get; }

Property Value

Type: Boolean
true if quantity changed; otherwise, false.
See Also