Click or drag to resize

DealModifier 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 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 (Inherited from Modifier.)
Public propertyDealModifierGroupId
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 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