DealModifierGroup Class |
Namespace: LSRetail.Omni.Domain.DataModel.Base.Menu
public class DealModifierGroup : ModifierGroup
The DealModifierGroup type exposes the following members.
Name | Description | |
---|---|---|
![]() | DealModifierGroup | Initializes a new instance of the DealModifierGroup class |
![]() | DealModifierGroup(String) | Initializes a new instance of the DealModifierGroup class |
Name | Description | |
---|---|---|
![]() | DealModifiers | |
![]() | DefaultItemId | (Inherited from ModifierGroup.) |
![]() | Description | (Inherited from ModifierGroup.) |
![]() | HasSelectionRestriction | (Inherited from ModifierGroup.) |
![]() | Id | (Inherited from Entity.) |
![]() | MaximumSelection | (Inherited from ModifierGroup.) |
![]() | MinimumSelection | (Inherited from ModifierGroup.) |
![]() | RequiredSelection | (Inherited from ModifierGroup.) |
![]() | Selected | (Overrides ModifierGroupSelected.) |
![]() | SelectedId | (Inherited from ModifierGroup.) |
Name | Description | |
---|---|---|
![]() | Clone | |
![]() | Dispose | (Inherited from ModifierGroup.) |
![]() | Equals | (Inherited from ModifierGroup.) |
![]() | NewQty | (Inherited from ModifierGroup.) |
![]() | Reset | (Overrides ModifierGroupReset.) |
![]() | SatisfyMinSelectionRestriction |
Make sure that we satisfy the minimum selection restriction.
Do this by adding quantity to modifiers (in order, one by one, no preference) until the restriction has been met.
(Overrides ModifierGroupSatisfyMinSelectionRestriction.) |