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

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

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

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

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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