C# Класс Amazon.APIGateway.ContentHandlingStrategy

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

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

Свойство Тип Описание
CONVERT_TO_BINARY ContentHandlingStrategy
CONVERT_TO_TEXT ContentHandlingStrategy

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant CONVERT_TO_BINARY for ContentHandlingStrategy
public static ContentHandlingStrategy,Amazon.APIGateway CONVERT_TO_BINARY
Результат ContentHandlingStrategy

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

Constant CONVERT_TO_TEXT for ContentHandlingStrategy
public static ContentHandlingStrategy,Amazon.APIGateway CONVERT_TO_TEXT
Результат ContentHandlingStrategy