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

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

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

Свойство Тип Описание
Bounce EventType
Complaint EventType
Delivery EventType
Reject EventType
Send EventType

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

Метод Описание
EventType ( 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 ) : EventType

Finds the constant for the unique value.

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

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

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 EventType ( string value ) : System
value string
Результат System

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

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

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

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

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

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

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

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

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

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

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

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

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