C# Class Amazon.SimpleEmail.DsnAction

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

Méthodes publiques

Свойство Type Description
Delayed DsnAction
Delivered DsnAction
Expanded DsnAction
Failed DsnAction
Relayed DsnAction

Méthodes publiques

Méthode Description
DsnAction ( 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 ) : DsnAction

Finds the constant for the unique value.

Method Details

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

Property Details

Delayed public_oe static_oe property

Constant Delayed for DsnAction
public static DsnAction,Amazon.SimpleEmail Delayed
Résultat DsnAction

Delivered public_oe static_oe property

Constant Delivered for DsnAction
public static DsnAction,Amazon.SimpleEmail Delivered
Résultat DsnAction

Expanded public_oe static_oe property

Constant Expanded for DsnAction
public static DsnAction,Amazon.SimpleEmail Expanded
Résultat DsnAction

Failed public_oe static_oe property

Constant Failed for DsnAction
public static DsnAction,Amazon.SimpleEmail Failed
Résultat DsnAction

Relayed public_oe static_oe property

Constant Relayed for DsnAction
public static DsnAction,Amazon.SimpleEmail Relayed
Résultat DsnAction