C# Класс Amazon.DirectoryService.TrustState

Constants used for properties of type TrustState.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Created TrustState
Creating TrustState
Deleted TrustState
Deleting TrustState
Failed TrustState
Verified TrustState
VerifyFailed TrustState
Verifying TrustState

Открытые методы

Метод Описание
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.

Описание методов

FindValue() публичный статический метод

Finds the constant for the unique value.
public static FindValue ( string value ) : TrustState
value string The unique value for the constant
Результат TrustState

TrustState() публичный метод

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
Результат System

Описание свойств

Created публичное статическое свойство

Constant Created for TrustState
public static TrustState,Amazon.DirectoryService Created
Результат TrustState

Creating публичное статическое свойство

Constant Creating for TrustState
public static TrustState,Amazon.DirectoryService Creating
Результат TrustState

Deleted публичное статическое свойство

Constant Deleted for TrustState
public static TrustState,Amazon.DirectoryService Deleted
Результат TrustState

Deleting публичное статическое свойство

Constant Deleting for TrustState
public static TrustState,Amazon.DirectoryService Deleting
Результат TrustState

Failed публичное статическое свойство

Constant Failed for TrustState
public static TrustState,Amazon.DirectoryService Failed
Результат TrustState

Verified публичное статическое свойство

Constant Verified for TrustState
public static TrustState,Amazon.DirectoryService Verified
Результат TrustState

VerifyFailed публичное статическое свойство

Constant VerifyFailed for TrustState
public static TrustState,Amazon.DirectoryService VerifyFailed
Результат TrustState

Verifying публичное статическое свойство

Constant Verifying for TrustState
public static TrustState,Amazon.DirectoryService Verifying
Результат TrustState