Click or drag to resize

Menu Class

Inheritance Hierarchy

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Menu
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: LS Omni 3.7.0
Syntax
C#
public class Menu : Entity, IDisposable

The Menu type exposes the following members.

Constructors
  NameDescription
Public methodMenu
Initializes a new instance of the Menu class
Public methodMenu(String)
Initializes a new instance of the Menu class
Top
Properties
  NameDescription
Public propertyDefaultMenu
Public propertyDescription
Public propertyId (Inherited from Entity.)
Public propertyImage
Public propertyMenuNodes
Public propertyOrderSequenceNumber
Public propertyValidationEndTime
Public propertyValidationEndTimeAfterMidnight
Public propertyValidationStartTime
Public propertyValidationTimeWithinBounds
Validation TimeWithinBounds (true: valid between 10:00-18:00) (false: valid outside 10:00-18:00, ie. anytime other than this between this time)
Public propertyValidDescription
Public propertyVersion
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the Menu
Public methodIsValid
Is this menu valid at this time, i.e. does the current time fall within the menu's validation period
Top
See Also