Click or drag to resize

UnknownCustomer Class

Inheritance Hierarchy

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Retail.SpecialCase
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: LS Omni 3.7.0
Syntax
C#
public class UnknownCustomer : Customer

The UnknownCustomer type exposes the following members.

Constructors
  NameDescription
Public methodUnknownCustomer
Initializes a new instance of the UnknownCustomer class
Public methodUnknownCustomer(String)
Initializes a new instance of the UnknownCustomer class
Top
Properties
  NameDescription
Public propertyAddress (Inherited from Customer.)
Public propertyCellularPhone (Inherited from Customer.)
Public propertyCurrency (Inherited from Customer.)
Public propertyEmail (Inherited from Customer.)
Public propertyFirstName (Inherited from Customer.)
Public propertyId (Inherited from Entity.)
Public propertyInclTax (Inherited from Customer.)
Public propertyIsBlocked (Inherited from Customer.)
Public propertyLastName (Inherited from Customer.)
Public propertyMiddleName (Inherited from Customer.)
Public propertyName (Inherited from Customer.)
Public propertyNamePrefix (Inherited from Customer.)
Public propertyNameSuffix (Inherited from Customer.)
Public propertyPhoneLocal (Inherited from Customer.)
Public propertyReceiptEmail (Inherited from Customer.)
Public propertyReceiptOption (Inherited from Customer.)
Public propertyTaxGroup (Inherited from Customer.)
Public propertyUrl (Inherited from Customer.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Customer.)
Public methodGetHashCode (Inherited from Customer.)
Top
See Also