C# Класс Azure.ContentSearch.AzureProvider.AzureFieldBuilder

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateField ( string name, object value, AzureSearchFieldConfiguration fieldConfiguration, IIndexFieldStorageValueFormatter indexFieldStorageValueFormatter ) : Microsoft.Azure.Search.Models.Field
IsFloatingPointField ( Type type ) : bool
IsNumericField ( Type type ) : bool

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

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

public static CreateField ( string name, object value, AzureSearchFieldConfiguration fieldConfiguration, IIndexFieldStorageValueFormatter indexFieldStorageValueFormatter ) : Microsoft.Azure.Search.Models.Field
name string
value object
fieldConfiguration AzureSearchFieldConfiguration
indexFieldStorageValueFormatter IIndexFieldStorageValueFormatter
Результат Microsoft.Azure.Search.Models.Field

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

public static IsFloatingPointField ( Type type ) : bool
type System.Type
Результат bool

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

public static IsNumericField ( Type type ) : bool
type System.Type
Результат bool