C# 클래스 Amazon.Route53Domains.ContactType

Constants used for properties of type ContactType.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
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