Click or drag to resize

Customer Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.BaseEntity
    LSRetail.Omni.Domain.DataModel.Base.RetailCustomer
      LSRetail.Omni.Domain.DataModel.Base.Retail.SpecialCaseUnknownCustomer

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Retail
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: Commerce Service for LS Central 2026.4
Syntax
C#
public class Customer : Entity, IAggregateRoot, 
	IEntity

The Customer type exposes the following members.

Constructors
  NameDescription
Public methodCustomer
Initializes a new instance of the Customer class
Public methodCustomer(String)
Initializes a new instance of the Customer class
Top
Properties
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from Entity.)
Top
See Also