Modifier Class |
Namespace: LSRetail.Omni.Domain.DataModel.Base.Menu
public abstract class Modifier : Entity, IDisposable
The Modifier type exposes the following members.
| Name | Description | |
|---|---|---|
| Active |
Has this modifier been messed with by the user?
| |
| Description | ||
| DisplayOrder | ||
| ExternalIdRO | ||
| ExternalLineNumberRO | ||
| HasSelectionRestriction | ||
| Id | (Inherited from Entity.) | |
| Item | ||
| KitchenStatusCodeRO | ||
| KitchenStatusRO | ||
| MaximumSelection | ||
| MinimumSelection | ||
| OriginalQty | ||
| Price | ||
| Quantity | ||
| RequiredSelection | ||
| Selected | ||
| ShouldPromptSendToKitchen | ||
| UnitOfMeasure |
| Name | Description | |
|---|---|---|
| Clone | ||
| Dispose | Releases all resources used by the Modifier | |
| Equals | ||
| GetModifierType | ||
| IsSelectionRequired |
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.
| |
| SatisfyMinQuantityRestriction |