Click or drag to resize

DealModifier Class

Inheritance Hierarchy

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 class DealModifier : Modifier, 
	IDisposable

The DealModifier type exposes the following members.

Constructors
  NameDescription
Public methodDealModifier
Initializes a new instance of the DealModifier class
Public methodDealModifier(String)
Initializes a new instance of the DealModifier class
Top
Properties
  NameDescription
Public propertyActive
Has this modifier been messed with by the user?
(Inherited from Modifier.)
Public propertyDealModifierGroupId
Public propertyDescription (Inherited from Modifier.)
Public propertyDisplayOrder (Inherited from Modifier.)
Public propertyExternalIdRO (Inherited from Modifier.)
Public propertyExternalLineNumberRO (Inherited from Modifier.)
Public propertyHasSelectionRestriction (Inherited from Modifier.)
Public propertyId (Inherited from Entity.)
Public propertyItem (Inherited from Modifier.)
Public propertyKitchenStatusCodeRO (Inherited from Modifier.)
Public propertyKitchenStatusRO (Inherited from Modifier.)
Public propertyMaximumSelection (Inherited from Modifier.)
Public propertyMinimumSelection (Inherited from Modifier.)
Public propertyOriginalQty (Inherited from Modifier.)
Public propertyPrice (Inherited from Modifier.)
Public propertyQuantity (Inherited from Modifier.)
Public propertyRequiredSelection (Inherited from Modifier.)
Public propertySelected (Inherited from Modifier.)
Public propertyShouldPromptSendToKitchen (Inherited from Modifier.)
Public propertyUnitOfMeasure (Inherited from Modifier.)
Top
Methods
  NameDescription
Public methodClone
Public methodDispose (Inherited from Modifier.)
Public methodEquals (Inherited from Modifier.)
Public methodGetModifierType (Inherited from Modifier.)
Public methodIsSelectionRequired
Check if the user has to be asked about this modifier. Takes the modifier group into account. All modifiers in a group that requires selection also require selection.
(Inherited from Modifier.)
Public methodSatisfyMinQuantityRestriction (Inherited from Modifier.)
Top
See Also