Click or drag to resize

Customer Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.SecurityCustomerBase
    Dynamicweb.Security.Licensing.DataObjectsCustomer

Namespace:  Dynamicweb.Security.Licensing.DataObjects
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public class Customer : CustomerBase

The Customer type exposes the following members.

Constructors
  NameDescription
Public methodCustomer
Initializes a new instance of the Customer class
Top
Properties
  NameDescription
Public propertyAddress (Inherited from CustomerBase.)
Public propertyCity (Inherited from CustomerBase.)
Public propertyCountry (Inherited from CustomerBase.)
Public propertyEmail (Inherited from CustomerBase.)
Public propertyId (Inherited from CustomerBase.)
Public propertyName (Inherited from CustomerBase.)
Public propertyPartner
Public propertyPhone (Inherited from CustomerBase.)
Public propertyZipCode (Inherited from CustomerBase.)
Top
See Also