C# 클래스 Azure.ContentSearch.AzureProvider.AzureFieldBuilder

파일 보기 프로젝트 열기: jscott1277/SitecoreAzureSearchProvider 1 사용 예제들

공개 메소드들

메소드 설명
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