Class CustomerBase
- Namespace
- Dynamicweb.Security
- Assembly
- Dynamicweb.Security.dll
public abstract class CustomerBase
- Inheritance
-
CustomerBase
-
- Inherited Members
-
Properties
Address
public string Address { get; set; }
Property Value
- string
City
public string City { get; set; }
Property Value
- string
Country
public string Country { get; set; }
Property Value
- string
Email
public string Email { get; set; }
Property Value
- string
Id
public string Id { get; set; }
Property Value
- string
Name
public string Name { get; set; }
Property Value
- string
Phone
public string Phone { get; set; }
Property Value
- string
ZipCode
public string ZipCode { get; set; }
Property Value
- string