C# Класс Amazon.CloudSearch.IndexFieldType

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

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

Свойство Тип Описание
Literal IndexFieldType
Text IndexFieldType
Uint IndexFieldType

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

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

Finds the constant for the unique value.

IndexFieldType ( string value ) : System

Default Constructor

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

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

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

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

Default Constructor
public IndexFieldType ( string value ) : System
value string
Результат System

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

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

Constant Literal for IndexFieldType
public static IndexFieldType,Amazon.CloudSearch Literal
Результат IndexFieldType

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

Constant Text for IndexFieldType
public static IndexFieldType,Amazon.CloudSearch Text
Результат IndexFieldType

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

Constant Uint for IndexFieldType
public static IndexFieldType,Amazon.CloudSearch Uint
Результат IndexFieldType