C# Class Amazon.DirectoryService.TrustState

Constants used for properties of type TrustState.
Inheritance: ConstantClass
Datei anzeigen Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Created TrustState
Creating TrustState
Deleted TrustState
Deleting TrustState
Failed TrustState
Verified TrustState
VerifyFailed TrustState
Verifying TrustState

Public Methods

Method Description
FindValue ( string value ) : TrustState

Finds the constant for the unique value.

TrustState ( 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 ) : TrustState
value string The unique value for the constant
return TrustState

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

Property Details

Created public_oe static_oe property

Constant Created for TrustState
public static TrustState,Amazon.DirectoryService Created
return TrustState

Creating public_oe static_oe property

Constant Creating for TrustState
public static TrustState,Amazon.DirectoryService Creating
return TrustState

Deleted public_oe static_oe property

Constant Deleted for TrustState
public static TrustState,Amazon.DirectoryService Deleted
return TrustState

Deleting public_oe static_oe property

Constant Deleting for TrustState
public static TrustState,Amazon.DirectoryService Deleting
return TrustState

Failed public_oe static_oe property

Constant Failed for TrustState
public static TrustState,Amazon.DirectoryService Failed
return TrustState

Verified public_oe static_oe property

Constant Verified for TrustState
public static TrustState,Amazon.DirectoryService Verified
return TrustState

VerifyFailed public_oe static_oe property

Constant VerifyFailed for TrustState
public static TrustState,Amazon.DirectoryService VerifyFailed
return TrustState

Verifying public_oe static_oe property

Constant Verifying for TrustState
public static TrustState,Amazon.DirectoryService Verifying
return TrustState