Click or drag to resize

Customer Class

Inheritance Hierarchy

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.8.0
Syntax
C#
public class Customer : Entity, IAggregateRoot, 
	IEntity

The Customer type exposes the following members.

Constructors
 NameDescription
Public methodCustomerInitializes 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