Click or drag to resize

UnknownModifier Class

Unknown modifier. Modifiers that we receive with a transaction from the BO, but can't find in the menus.
Inheritance Hierarchy

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Menu.SpecialCase
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: LS Omni 3.7.0
Syntax
C#
public class UnknownModifier : Modifier

The UnknownModifier type exposes the following members.

Constructors
  NameDescription
Public methodUnknownModifier
Initializes a new instance of the UnknownModifier class
Public methodUnknownModifier(String, String, String, Decimal, Decimal, String, String, String, String)
Initializes a new instance of the UnknownModifier class
Top
Properties
  NameDescription
Public propertyActive
Has this modifier been messed with by the user?
(Inherited from Modifier.)
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 propertyItemId
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