C# Класс Amazon.Pinpoint.Frequency

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

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

Свойство Тип Описание
DAILY Frequency
HOURLY Frequency
MONTHLY Frequency
ONCE Frequency
WEEKLY Frequency

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

Метод Описание
FindValue ( string value ) : Frequency

Finds the constant for the unique value.

Frequency ( 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() публичный статический Метод

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

Frequency() публичный Метод

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

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

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

Constant DAILY for Frequency
public static Frequency,Amazon.Pinpoint DAILY
Результат Frequency

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

Constant HOURLY for Frequency
public static Frequency,Amazon.Pinpoint HOURLY
Результат Frequency

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

Constant MONTHLY for Frequency
public static Frequency,Amazon.Pinpoint MONTHLY
Результат Frequency

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

Constant ONCE for Frequency
public static Frequency,Amazon.Pinpoint ONCE
Результат Frequency

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

Constant WEEKLY for Frequency
public static Frequency,Amazon.Pinpoint WEEKLY
Результат Frequency