Click or drag to resize

ShoppingListLine Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.BaseEntity
    LSRetail.Omni.Domain.DataModel.Loyalty.BasketsShoppingListLine

Namespace: LSRetail.Omni.Domain.DataModel.Loyalty.Baskets
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 ShoppingListLine : Entity

The ShoppingListLine type exposes the following members.

Constructors
 NameDescription
Public methodShoppingListLineInitializes a new instance of the ShoppingListLine class
Public methodShoppingListLine(String)Initializes a new instance of the ShoppingListLine class
Top
Properties
 NameDescription
Public propertyFormatQty 
Public propertyId
(Inherited from Entity)
Public propertyImage 
Public propertyItem 
Public propertyMarked 
Public propertyQuantity 
Public propertyUom 
Public propertyVariantReg 
Top
Methods
 NameDescription
Public methodFormatQuantity 
Public methodShallowCopy 
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from Entity)
Top
See Also