C# Class Amazon.Batch.CEStatus

Constants used for properties of type CEStatus.
Inheritance: ConstantClass
显示文件 Open project: aws/aws-sdk-net

Public Properties

Property Type Description
CREATING CEStatus
DELETED CEStatus
DELETING CEStatus
INVALID CEStatus
UPDATING CEStatus
VALID CEStatus

Public Methods

Method Description
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.

Method Details

CEStatus() public method

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
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : CEStatus
value string The unique value for the constant
return CEStatus

Property Details

CREATING public_oe static_oe property

Constant CREATING for CEStatus
public static CEStatus,Amazon.Batch CREATING
return CEStatus

DELETED public_oe static_oe property

Constant DELETED for CEStatus
public static CEStatus,Amazon.Batch DELETED
return CEStatus

DELETING public_oe static_oe property

Constant DELETING for CEStatus
public static CEStatus,Amazon.Batch DELETING
return CEStatus

INVALID public_oe static_oe property

Constant INVALID for CEStatus
public static CEStatus,Amazon.Batch INVALID
return CEStatus

UPDATING public_oe static_oe property

Constant UPDATING for CEStatus
public static CEStatus,Amazon.Batch UPDATING
return CEStatus

VALID public_oe static_oe property

Constant VALID for CEStatus
public static CEStatus,Amazon.Batch VALID
return CEStatus