C# Class Amazon.Route53Domains.ContactType

Constants used for properties of type ContactType.
Inheritance: ConstantClass
ファイルを表示 Open project: aws/aws-sdk-net

Public Properties

Property Type Description
ASSOCIATION ContactType
COMPANY ContactType
PERSON ContactType
PUBLIC_BODY ContactType
RESELLER ContactType

Public Methods

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

Method Details

ContactType() public method

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

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : ContactType
value string The unique value for the constant
return ContactType

Property Details

ASSOCIATION public_oe static_oe property

Constant ASSOCIATION for ContactType
public static ContactType,Amazon.Route53Domains ASSOCIATION
return ContactType

COMPANY public_oe static_oe property

Constant COMPANY for ContactType
public static ContactType,Amazon.Route53Domains COMPANY
return ContactType

PERSON public_oe static_oe property

Constant PERSON for ContactType
public static ContactType,Amazon.Route53Domains PERSON
return ContactType

PUBLIC_BODY public_oe static_oe property

Constant PUBLIC_BODY for ContactType
public static ContactType,Amazon.Route53Domains PUBLIC_BODY
return ContactType

RESELLER public_oe static_oe property

Constant RESELLER for ContactType
public static ContactType,Amazon.Route53Domains RESELLER
return ContactType