Click or drag to resize

Recipe Class

Inheritance Hierarchy

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Menu
Assembly:  LSRetail.Omni.Domain.DataModel.Loyalty (in LSRetail.Omni.Domain.DataModel.Loyalty.dll) Version: Commerce Service for LS Central 2024.6
Syntax
C#
public class Recipe : MenuItem

The Recipe type exposes the following members.

Constructors
  NameDescription
Public methodRecipe
Initializes a new instance of the Recipe class
Public methodRecipe(String)
Initializes a new instance of the Recipe class
Top
Properties
  NameDescription
Public propertyAllRequiredModifiers (Inherited from MenuItem.)
Public propertyAnyModifiers (Inherited from MenuItem.)
Public propertyAnyRequiredModifiers (Inherited from MenuItem.)
Public propertyAnyUnsentModifiers (Inherited from MenuItem.)
Public propertyDefaultMenuType (Inherited from MenuItem.)
Public propertyDescription (Inherited from MenuItem.)
Public propertyDetail (Inherited from MenuItem.)
Public propertyFullPrice (Inherited from MenuItem.)
Public propertyId (Inherited from Entity.)
Public propertyImages (Inherited from MenuItem.)
Public propertyIngredients
Public propertyMenuId (Inherited from MenuItem.)
Public propertyName (Inherited from MenuItem.)
Public propertyPrice (Inherited from MenuItem.)
Public propertyProductModifierGroupIds
Public propertyProductModifierGroups
Public propertyRecipeLines
Public propertyUnitOfMeasure (Inherited from MenuItem.)
Public propertyUnitPrice (Inherited from MenuItem.)
Public propertyValidation (Inherited from MenuItem.)
Top
Methods
Events
  NameDescription
Public eventPropertyChanged (Inherited from Entity.)
Top
See Also