C# Класс EppLib.Entities.Contact

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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