C# 클래스 EppLib.Entities.Contact

파일 보기 프로젝트 열기: CodeMakerInc/EppLib.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Email string
Fax Telephone
Id string
PostalInfo PostalInfo
Voice Telephone

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Contact ( ) : System
Contact ( string contactId, string fullName, string companyName, string city, string streetAddress, string province, string postalCode, string countryCode, string email, Telephone voice, Telephone fax ) : System
Contact ( string contactId, string fullName, string companyName, string city, string street1, string street2, string street3, string province, string postalCode, string countryCode, string email, Telephone voice, Telephone fax ) : System

메소드 상세

Contact() 공개 메소드

public Contact ( ) : System
리턴 System

Contact() 공개 메소드

public Contact ( string contactId, string fullName, string companyName, string city, string streetAddress, string province, string postalCode, string countryCode, string email, Telephone voice, Telephone fax ) : System
contactId string
fullName string
companyName string
city string
streetAddress string
province string
postalCode string
countryCode string
email string
voice Telephone
fax Telephone
리턴 System

Contact() 공개 메소드

public Contact ( string contactId, string fullName, string companyName, string city, string street1, string street2, string street3, string province, string postalCode, string countryCode, string email, Telephone voice, Telephone fax ) : System
contactId string
fullName string
companyName string
city string
street1 string
street2 string
street3 string
province string
postalCode string
countryCode string
email string
voice Telephone
fax Telephone
리턴 System

프로퍼티 상세

Email 공개적으로 프로퍼티

public string Email
리턴 string

Fax 공개적으로 프로퍼티

public Telephone,EppLib.Entities Fax
리턴 Telephone

Id 공개적으로 프로퍼티

Contact Id (3 - 16 characters)
public string Id
리턴 string

PostalInfo 공개적으로 프로퍼티

public PostalInfo,EppLib.Entities PostalInfo
리턴 PostalInfo

Voice 공개적으로 프로퍼티

public Telephone,EppLib.Entities Voice
리턴 Telephone