C# Класс Amazon.Route53Domains.ContactType

Constants used for properties of type ContactType.
Наследование: ConstantClass
Показать файл Открыть проект

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

Свойство Тип Описание
ASSOCIATION ContactType
COMPANY ContactType
PERSON ContactType
PUBLIC_BODY ContactType
RESELLER ContactType

Открытые методы

Метод Описание
ContactType ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

FindValue ( string value ) : ContactType

Finds the constant for the unique value.

Описание методов

ContactType() публичный метод

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public ContactType ( string value ) : System
value string
Результат System

FindValue() публичный статический метод

Finds the constant for the unique value.
public static FindValue ( string value ) : ContactType
value string The unique value for the constant
Результат ContactType

Описание свойств

ASSOCIATION публичное статическое свойство

Constant ASSOCIATION for ContactType
public static ContactType,Amazon.Route53Domains ASSOCIATION
Результат ContactType

COMPANY публичное статическое свойство

Constant COMPANY for ContactType
public static ContactType,Amazon.Route53Domains COMPANY
Результат ContactType

PERSON публичное статическое свойство

Constant PERSON for ContactType
public static ContactType,Amazon.Route53Domains PERSON
Результат ContactType

PUBLIC_BODY публичное статическое свойство

Constant PUBLIC_BODY for ContactType
public static ContactType,Amazon.Route53Domains PUBLIC_BODY
Результат ContactType

RESELLER публичное статическое свойство

Constant RESELLER for ContactType
public static ContactType,Amazon.Route53Domains RESELLER
Результат ContactType