Click or drag to resize

DealModifierGroup Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.BaseEntity
    LSRetail.Omni.Domain.DataModel.Base.MenuModifierGroup
      LSRetail.Omni.Domain.DataModel.Base.MenuDealModifierGroup

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 2026.8.0
Syntax
C#
public class DealModifierGroup : ModifierGroup

The DealModifierGroup type exposes the following members.

Constructors
 NameDescription
Public methodDealModifierGroupInitializes a new instance of the DealModifierGroup class
Public methodDealModifierGroup(String)Initializes a new instance of the DealModifierGroup class
Top
Properties
 NameDescription
Public propertyDealModifiers 
Public propertyDefaultItemId
(Inherited from ModifierGroup)
Public propertyDescription
(Inherited from ModifierGroup)
Public propertyHasSelectionRestriction
(Inherited from ModifierGroup)
Public propertyId
(Inherited from Entity)
Public propertyMaximumSelection
(Inherited from ModifierGroup)
Public propertyMinimumSelection
(Inherited from ModifierGroup)
Public propertyRequiredSelection
(Inherited from ModifierGroup)
Public propertySelected
(Overrides ModifierGroupSelected)
Public propertySelectedId
(Inherited from ModifierGroup)
Top
Methods
Events
 NameDescription
Public eventPropertyChanged
(Inherited from Entity)
Top
See Also