C# Class EppLib.Entities.Contact

Afficher le fichier Open project: CodeMakerInc/EppLib.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
Email string
Fax Telephone
Id string
PostalInfo PostalInfo
Voice Telephone

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Contact ( ) : System
Résultat System

Contact() public méthode

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
Résultat System

Contact() public méthode

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
Résultat System

Property Details

Email public_oe property

public string Email
Résultat string

Fax public_oe property

public Telephone,EppLib.Entities Fax
Résultat Telephone

Id public_oe property

Contact Id (3 - 16 characters)
public string Id
Résultat string

PostalInfo public_oe property

public PostalInfo,EppLib.Entities PostalInfo
Résultat PostalInfo

Voice public_oe property

public Telephone,EppLib.Entities Voice
Résultat Telephone