C# 클래스 VelocityDbSchema.VelocityWeb.CustomerContact

상속: OptimizedPersistable
파일 보기 프로젝트 열기: VelocityDB/VelocityDB 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
address string
addressLine2 string
city string
company string
country string
countryCode string
email string
fax string
firstName string
howFoundOther string
howFoundVelocityDb HowFound
idNumber System.UInt32
lastName string
mobile string
password string
phone string
priorVerifiedEmailSet SortedSetAny
skypeName string
state string
userName string
webSite string
zipCode string

공개 메소드들

메소드 설명
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

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

CustomerContact() 공개 메소드

public CustomerContact ( string email, string userName ) : System
email string
userName string
리턴 System

CustomerContact() 공개 메소드

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
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 string
howFoundChoice int
session SessionBase
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Unpersist() 공개 메소드

public Unpersist ( SessionBase session ) : void
session SessionBase
리턴 void

프로퍼티 상세

address 공개적으로 프로퍼티

public string address
리턴 string

addressLine2 공개적으로 프로퍼티

public string addressLine2
리턴 string

city 공개적으로 프로퍼티

public string city
리턴 string

company 공개적으로 프로퍼티

public string company
리턴 string

country 공개적으로 프로퍼티

public string country
리턴 string

countryCode 공개적으로 프로퍼티

public string countryCode
리턴 string

email 공개적으로 프로퍼티

public string email
리턴 string

fax 공개적으로 프로퍼티

public string fax
리턴 string

firstName 공개적으로 프로퍼티

public string firstName
리턴 string

howFoundOther 공개적으로 프로퍼티

public string howFoundOther
리턴 string

howFoundVelocityDb 공개적으로 프로퍼티

public HowFound howFoundVelocityDb
리턴 HowFound

idNumber 공개적으로 프로퍼티

public UInt32,System idNumber
리턴 System.UInt32

lastName 공개적으로 프로퍼티

public string lastName
리턴 string

mobile 공개적으로 프로퍼티

public string mobile
리턴 string

password 공개적으로 프로퍼티

public string password
리턴 string

phone 공개적으로 프로퍼티

public string phone
리턴 string

priorVerifiedEmailSet 공개적으로 프로퍼티

public SortedSetAny priorVerifiedEmailSet
리턴 SortedSetAny

skypeName 공개적으로 프로퍼티

public string skypeName
리턴 string

state 공개적으로 프로퍼티

public string state
리턴 string

userName 공개적으로 프로퍼티

public string userName
리턴 string

webSite 공개적으로 프로퍼티

public string webSite
리턴 string

zipCode 공개적으로 프로퍼티

public string zipCode
리턴 string