C# Класс Amazon.WAFRegional.TextTransformation

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

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

Свойство Тип Описание
CMD_LINE TextTransformation
COMPRESS_WHITE_SPACE TextTransformation
HTML_ENTITY_DECODE TextTransformation
LOWERCASE TextTransformation
NONE TextTransformation
URL_DECODE TextTransformation

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

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

Finds the constant for the unique value.

TextTransformation ( 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 ) : TextTransformation
value string The unique value for the constant
Результат TextTransformation

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

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

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

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

Constant CMD_LINE for TextTransformation
public static TextTransformation,Amazon.WAFRegional CMD_LINE
Результат TextTransformation

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

Constant COMPRESS_WHITE_SPACE for TextTransformation
public static TextTransformation,Amazon.WAFRegional COMPRESS_WHITE_SPACE
Результат TextTransformation

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

Constant HTML_ENTITY_DECODE for TextTransformation
public static TextTransformation,Amazon.WAFRegional HTML_ENTITY_DECODE
Результат TextTransformation

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

Constant LOWERCASE for TextTransformation
public static TextTransformation,Amazon.WAFRegional LOWERCASE
Результат TextTransformation

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

Constant NONE for TextTransformation
public static TextTransformation,Amazon.WAFRegional NONE
Результат TextTransformation

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

Constant URL_DECODE for TextTransformation
public static TextTransformation,Amazon.WAFRegional URL_DECODE
Результат TextTransformation