Click or drag to resize

ShoppingList Class

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

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 ShoppingList : Entity, 
	IAggregateRoot, IEntity

The ShoppingList type exposes the following members.

Constructors
 NameDescription
Public methodShoppingListInitializes a new instance of the ShoppingList class
Public methodShoppingList(String)Initializes a new instance of the ShoppingList class
Top
Properties
 NameDescription
Public propertyCreated 
Public propertyCurrent 
Public propertyDateToShortFormat 
Public propertyDescription 
Public propertyId
(Inherited from Entity)
Public propertyLines 
Public propertyName 
Top
Methods
 NameDescription
Public methodShallowCopy 
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from Entity)
Top
See Also