C# Class Amazon.Route53Domains.OperationType

Constants used for properties of type OperationType.
Inheritance: ConstantClass
Mostra file Open project: aws/aws-sdk-net

Public Properties

Property 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

Public Methods

Method 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 method

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

OperationType() 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 OperationType ( string value ) : System
value string
return 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
return OperationType

DELETE_DOMAIN public_oe static_oe property

Constant DELETE_DOMAIN for OperationType
public static OperationType,Amazon.Route53Domains DELETE_DOMAIN
return OperationType

DOMAIN_LOCK public_oe static_oe property

Constant DOMAIN_LOCK for OperationType
public static OperationType,Amazon.Route53Domains DOMAIN_LOCK
return OperationType

REGISTER_DOMAIN public_oe static_oe property

Constant REGISTER_DOMAIN for OperationType
public static OperationType,Amazon.Route53Domains REGISTER_DOMAIN
return OperationType

TRANSFER_IN_DOMAIN public_oe static_oe property

Constant TRANSFER_IN_DOMAIN for OperationType
public static OperationType,Amazon.Route53Domains TRANSFER_IN_DOMAIN
return OperationType

UPDATE_DOMAIN_CONTACT public_oe static_oe property

Constant UPDATE_DOMAIN_CONTACT for OperationType
public static OperationType,Amazon.Route53Domains UPDATE_DOMAIN_CONTACT
return OperationType

UPDATE_NAMESERVER public_oe static_oe property

Constant UPDATE_NAMESERVER for OperationType
public static OperationType,Amazon.Route53Domains UPDATE_NAMESERVER
return OperationType