C# Класс Amazon.Batch.JQStatus

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

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

Свойство Тип Описание
CREATING JQStatus
DELETED JQStatus
DELETING JQStatus
INVALID JQStatus
UPDATING JQStatus
VALID JQStatus

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

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

Finds the constant for the unique value.

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

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

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

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

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

Constant CREATING for JQStatus
public static JQStatus,Amazon.Batch CREATING
Результат JQStatus

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

Constant DELETED for JQStatus
public static JQStatus,Amazon.Batch DELETED
Результат JQStatus

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

Constant DELETING for JQStatus
public static JQStatus,Amazon.Batch DELETING
Результат JQStatus

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

Constant INVALID for JQStatus
public static JQStatus,Amazon.Batch INVALID
Результат JQStatus

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

Constant UPDATING for JQStatus
public static JQStatus,Amazon.Batch UPDATING
Результат JQStatus

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

Constant VALID for JQStatus
public static JQStatus,Amazon.Batch VALID
Результат JQStatus