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

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

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

Свойство Тип Описание
Deleted TopicStatus
Failed TopicStatus
Registered TopicStatus
TopicNotFound TopicStatus

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

Метод Описание
FindValue ( string value ) : TopicStatus

Finds the constant for the unique value.

TopicStatus ( 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 ) : TopicStatus
value string The unique value for the constant
Результат TopicStatus

TopicStatus() публичный Метод

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 TopicStatus ( string value ) : System
value string
Результат System

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

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

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

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

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

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

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

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

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