C# Class Amazon.Route53Domains.OperationType

Constants used for properties of type OperationType.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
CHANGE_PRIVACY_PROTECTION OperationType
DELETE_DOMAIN OperationType
DOMAIN_LOCK OperationType
REGISTER_DOMAIN OperationType
TRANSFER_IN_DOMAIN OperationType
UPDATE_DOMAIN_CONTACT OperationType
UPDATE_NAMESERVER OperationType

Méthodes publiques

Méthode Description
FindValue ( string value ) : OperationType

Finds the constant for the unique value.

OperationType ( 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.

Method Details

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : OperationType
value string The unique value for the constant
Résultat OperationType

OperationType() public méthode

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 OperationType ( string value ) : System
value string
Résultat System

Property Details

CHANGE_PRIVACY_PROTECTION public_oe static_oe property

Constant CHANGE_PRIVACY_PROTECTION for OperationType
public static OperationType,Amazon.Route53Domains CHANGE_PRIVACY_PROTECTION
Résultat OperationType

DELETE_DOMAIN public_oe static_oe property

Constant DELETE_DOMAIN for OperationType
public static OperationType,Amazon.Route53Domains DELETE_DOMAIN
Résultat OperationType

DOMAIN_LOCK public_oe static_oe property

Constant DOMAIN_LOCK for OperationType
public static OperationType,Amazon.Route53Domains DOMAIN_LOCK
Résultat OperationType

REGISTER_DOMAIN public_oe static_oe property

Constant REGISTER_DOMAIN for OperationType
public static OperationType,Amazon.Route53Domains REGISTER_DOMAIN
Résultat OperationType

TRANSFER_IN_DOMAIN public_oe static_oe property

Constant TRANSFER_IN_DOMAIN for OperationType
public static OperationType,Amazon.Route53Domains TRANSFER_IN_DOMAIN
Résultat OperationType

UPDATE_DOMAIN_CONTACT public_oe static_oe property

Constant UPDATE_DOMAIN_CONTACT for OperationType
public static OperationType,Amazon.Route53Domains UPDATE_DOMAIN_CONTACT
Résultat OperationType

UPDATE_NAMESERVER public_oe static_oe property

Constant UPDATE_NAMESERVER for OperationType
public static OperationType,Amazon.Route53Domains UPDATE_NAMESERVER
Résultat OperationType