Click or drag to resize

MenuItem 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 MenuItem : Item, IFavorite, 
	IEntity, IEquatable<IFavorite>

The MenuItem type exposes the following members.

Constructors
  NameDescription
Public methodMenuItem
Initializes a new instance of the MenuItem class
Public methodMenuItem(String)
Initializes a new instance of the MenuItem class
Top
Properties
  NameDescription
Public propertyAllRequiredModifiers
Public propertyAnyModifiers
Public propertyAnyRequiredModifiers
Public propertyAnyUnsentModifiers
Public propertyDefaultMenuType
Public propertyDescription (Inherited from Item.)
Public propertyDetail (Inherited from Item.)
Public propertyDiscountAllowed (Inherited from Item.)
Public propertyFullPrice
Public propertyId (Inherited from Entity.)
Public propertyImages
Public propertyItemUnitOfMeasures (Inherited from Item.)
Public propertyMenuId
Public propertyName
Public propertyPrice (Inherited from Item.)
Public propertyUnitOfMeasure (Inherited from Item.)
Public propertyUnitPrice (Inherited from Item.)
Public propertyValidation
Top
Methods
See Also