Click or drag to resize

MenuDealLineItem Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.BaseEntity
    LSRetail.Omni.Domain.DataModel.Base.MenuMenuDealLineItem

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 2026.8.0
Syntax
C#
public class MenuDealLineItem : Entity, 
	IDisposable

The MenuDealLineItem type exposes the following members.

Constructors
 NameDescription
Public methodMenuDealLineItemInitializes a new instance of the MenuDealLineItem class
Public methodMenuDealLineItem(String)Initializes a new instance of the MenuDealLineItem class
Top
Properties
 NameDescription
Public propertyDescription 
Public propertyId
(Inherited from Entity)
Public propertyItemId 
Public propertyMenuItem 
Public propertyPriceAdjustment 
Public propertyQuantity 
Top
Methods
 NameDescription
Public methodClone 
Public methodDisposeReleases all resources used by the MenuDealLineItem
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from Entity)
Top
See Also