Click or drag to resize

ProductModifier Class

Inheritance Hierarchy

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Menu
Assembly:  LSRetail.Omni.Domain.DataModel.Loyalty (in LSRetail.Omni.Domain.DataModel.Loyalty.dll) Version: Commerce Service for LS Central 2024.6
Syntax
C#
public class ProductModifier : Modifier

The ProductModifier type exposes the following members.

Constructors
  NameDescription
Public methodProductModifier
Initializes a new instance of the ProductModifier class
Public methodProductModifier(String)
Initializes a new instance of the ProductModifier class
Top
Properties
  NameDescription
Public propertyActive (Inherited from Modifier.)
Public propertyDescription (Inherited from Modifier.)
Public propertyDisplayOrder (Inherited from Modifier.)
Public propertyHasSelectionRestriction (Inherited from Modifier.)
Public propertyId (Inherited from Entity.)
Public propertyItem (Inherited from Modifier.)
Public propertyMaximumSelection (Inherited from Modifier.)
Public propertyMinimumSelection (Inherited from Modifier.)
Public propertyModifierGroupCode
Public propertyModifierSubCode
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 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 (Inherited from Modifier.)
Public methodSatisfyMinQuantityRestriction (Inherited from Modifier.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from Entity.)
Top
See Also