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

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

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

Свойство Тип Описание
ByteMatch PredicateType
IPMatch PredicateType
SizeConstraint PredicateType
SqlInjectionMatch PredicateType
XssMatch PredicateType

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

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

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

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

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

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

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

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