Menu Class |
Namespace: LSRetail.Omni.Domain.DataModel.Base.Menu
public class Menu : Entity, IDisposable
The Menu type exposes the following members.
| Name | Description | |
|---|---|---|
| Menu | Initializes a new instance of the Menu class | |
| Menu(String) | Initializes a new instance of the Menu class |
| Name | Description | |
|---|---|---|
| DefaultMenu | ||
| Description | ||
| Id | (Inherited from Entity.) | |
| Image | ||
| MenuNodes | ||
| OrderSequenceNumber | ||
| ValidationEndTime | ||
| ValidationEndTimeAfterMidnight | ||
| ValidationStartTime | ||
| ValidationTimeWithinBounds |
Validation TimeWithinBounds
(true: valid between 10:00-18:00)
(false: valid outside 10:00-18:00, ie. anytime other than this between this time)
| |
| ValidDescription | ||
| Version |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the Menu | |
| IsValid |
Is this menu valid at this time, i.e. does the current time fall within the menu's validation period
|