C# Class Amazon.Batch.CEStatus

Constants used for properties of type CEStatus.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
CREATING CEStatus
DELETED CEStatus
DELETING CEStatus
INVALID CEStatus
UPDATING CEStatus
VALID CEStatus

Méthodes publiques

Méthode 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 méthode

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
Résultat System

FindValue() public static méthode

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

Property Details

CREATING public_oe static_oe property

Constant CREATING for CEStatus
public static CEStatus,Amazon.Batch CREATING
Résultat CEStatus

DELETED public_oe static_oe property

Constant DELETED for CEStatus
public static CEStatus,Amazon.Batch DELETED
Résultat CEStatus

DELETING public_oe static_oe property

Constant DELETING for CEStatus
public static CEStatus,Amazon.Batch DELETING
Résultat CEStatus

INVALID public_oe static_oe property

Constant INVALID for CEStatus
public static CEStatus,Amazon.Batch INVALID
Résultat CEStatus

UPDATING public_oe static_oe property

Constant UPDATING for CEStatus
public static CEStatus,Amazon.Batch UPDATING
Résultat CEStatus

VALID public_oe static_oe property

Constant VALID for CEStatus
public static CEStatus,Amazon.Batch VALID
Résultat CEStatus