Property | Type | Description | |
---|---|---|---|
address | string | ||
addressLine2 | string | ||
city | string | ||
company | string | ||
country | string | ||
countryCode | string | ||
string | |||
fax | string | ||
firstName | string | ||
howFoundOther | string | ||
howFoundVelocityDb | HowFound | ||
idNumber | |||
lastName | string | ||
mobile | string | ||
password | string | ||
phone | string | ||
priorVerifiedEmailSet | SortedSetAny |
||
skypeName | string | ||
state | string | ||
userName | string | ||
webSite | string | ||
zipCode | string |
Method | Description | |
---|---|---|
CompareTo ( object obj ) : int | ||
CustomerContact ( string email, string userName ) : System | ||
CustomerContact ( string company, string firstName, string lastName, string email, string address, string addressLine2, string city, string zipCode, string state, string country, string countryCode, string phone, string fax, string mobile, string skypeName, string webSite, string userName, string password, string howFoundOther, int howFoundChoice, SessionBase session ) : System | ||
ToString ( ) : string | ||
Unpersist ( SessionBase session ) : void |
public CustomerContact ( string email, string userName ) : System | ||
string | ||
userName | string | |
return | System |
public CustomerContact ( string company, string firstName, string lastName, string email, string address, string addressLine2, string city, string zipCode, string state, string country, string countryCode, string phone, string fax, string mobile, string skypeName, string webSite, string userName, string password, string howFoundOther, int howFoundChoice, SessionBase session ) : System | ||
company | string | |
firstName | string | |
lastName | string | |
string | ||
address | string | |
addressLine2 | string | |
city | string | |
zipCode | string | |
state | string | |
country | string | |
countryCode | string | |
phone | string | |
fax | string | |
mobile | string | |
skypeName | string | |
webSite | string | |
userName | string | |
password | string | |
howFoundOther | string | |
howFoundChoice | int | |
session | SessionBase | |
return | System |
public Unpersist ( SessionBase session ) : void | ||
session | SessionBase | |
return | void |
public SortedSetAny |
||
return | SortedSetAny |