C# Класс Amazon.SimpleSystemsManagement.DocumentStatus

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

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

Свойство Тип Описание
Active DocumentStatus
Creating DocumentStatus
Deleting DocumentStatus
Updating DocumentStatus

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

Метод Описание
DocumentStatus ( 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 ( string value ) : DocumentStatus

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant Active for DocumentStatus
public static DocumentStatus,Amazon.SimpleSystemsManagement Active
Результат DocumentStatus

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

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

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

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

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

Constant Updating for DocumentStatus
public static DocumentStatus,Amazon.SimpleSystemsManagement Updating
Результат DocumentStatus