Click or drag to resize

MenuNodeLine Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.MenuMenuNodeLine

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 MenuNodeLine : IDisposable

The MenuNodeLine type exposes the following members.

Constructors
  NameDescription
Public methodMenuNodeLine
Initializes a new instance of the MenuNodeLine class
Public methodMenuNodeLine(String)
Initializes a new instance of the MenuNodeLine class
Top
Properties
  NameDescription
Public propertyDisplayOrder
Public propertyId
Public propertyNodeLineType
Menu node line type (product, item, deal)
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the MenuNodeLine
Top
See Also