MenuNode Class |
Namespace: LSRetail.Omni.Domain.DataModel.Base.Menu
public class MenuNode : Entity, IDisposable
The MenuNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | MenuNode() | Initializes a new instance of the MenuNode class |
![]() | MenuNode(String) | Initializes a new instance of the MenuNode class |
Name | Description | |
---|---|---|
![]() | Description | |
![]() | DisplayOrder | |
![]() | Id | (Inherited from Entity.) |
![]() | Image | |
![]() | MenuGroupNodes | |
![]() | MenuNodeLines | |
![]() | NodeIsItem | |
![]() | PriceGroup | |
![]() | 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)
|
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the MenuNode |
![]() | FlattenChildNodes | |
![]() | IsValid |
Is this menunode valid at this time, i.e. does the current time fall within the menunode's validation period
|