C# Класс Amazon.SimpleEmail.DsnAction

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

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

Свойство Тип Описание
Delayed DsnAction
Delivered DsnAction
Expanded DsnAction
Failed DsnAction
Relayed DsnAction

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

Метод Описание
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.

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

DsnAction() публичный метод

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
Результат System

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

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

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

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

Constant Delayed for DsnAction
public static DsnAction,Amazon.SimpleEmail Delayed
Результат DsnAction

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

Constant Delivered for DsnAction
public static DsnAction,Amazon.SimpleEmail Delivered
Результат DsnAction

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

Constant Expanded for DsnAction
public static DsnAction,Amazon.SimpleEmail Expanded
Результат DsnAction

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

Constant Failed for DsnAction
public static DsnAction,Amazon.SimpleEmail Failed
Результат DsnAction

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

Constant Relayed for DsnAction
public static DsnAction,Amazon.SimpleEmail Relayed
Результат DsnAction