C# Class EppLib.Entities.Contact

Show file Open project: CodeMakerInc/EppLib.NET Class Usage Examples

Public Properties

Property Type Description
Email string
Fax Telephone
Id string
PostalInfo PostalInfo
Voice Telephone

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Contact() public method

public Contact ( ) : System
return System

Contact() public method

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
return System

Contact() public method

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
return System

Property Details

Email public property

public string Email
return string

Fax public property

public Telephone,EppLib.Entities Fax
return Telephone

Id public property

Contact Id (3 - 16 characters)
public string Id
return string

PostalInfo public property

public PostalInfo,EppLib.Entities PostalInfo
return PostalInfo

Voice public property

public Telephone,EppLib.Entities Voice
return Telephone