C# Class Amazon.SimpleSystemsManagement.DocumentStatus

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

Méthodes publiques

Свойство Type Description
Active DocumentStatus
Creating DocumentStatus
Deleting DocumentStatus
Updating DocumentStatus

Méthodes publiques

Méthode Description
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.

Method Details

DocumentStatus() 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 DocumentStatus ( 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 ) : DocumentStatus
value string The unique value for the constant
Résultat DocumentStatus

Property Details

Active public_oe static_oe property

Constant Active for DocumentStatus
public static DocumentStatus,Amazon.SimpleSystemsManagement Active
Résultat DocumentStatus

Creating public_oe static_oe property

Constant Creating for DocumentStatus
public static DocumentStatus,Amazon.SimpleSystemsManagement Creating
Résultat DocumentStatus

Deleting public_oe static_oe property

Constant Deleting for DocumentStatus
public static DocumentStatus,Amazon.SimpleSystemsManagement Deleting
Résultat DocumentStatus

Updating public_oe static_oe property

Constant Updating for DocumentStatus
public static DocumentStatus,Amazon.SimpleSystemsManagement Updating
Résultat DocumentStatus