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

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

공개 메소드들

메소드 설명
BuildField ( string name, object val, IAzureProviderIndex index ) : Microsoft.Azure.Search.Models.Field
CreateField ( string name, object value, AzureSearchFieldConfiguration fieldConfiguration, IIndexFieldStorageValueFormatter indexFieldStorageValueFormatter ) : AzureField
IsBool ( string boolVal, bool defaultValue ) : bool
IsFloatingPointField ( Type type ) : bool
IsNumericField ( Type type ) : bool

비공개 메소드들

메소드 설명
BuildField ( string name, AzureSearchFieldConfiguration fieldConfiguration ) : Microsoft.Azure.Search.Models.Field

메소드 상세

BuildField() 공개 정적인 메소드

public static BuildField ( string name, object val, IAzureProviderIndex index ) : Microsoft.Azure.Search.Models.Field
name string
val object
index IAzureProviderIndex
리턴 Microsoft.Azure.Search.Models.Field

CreateField() 공개 정적인 메소드

public static CreateField ( string name, object value, AzureSearchFieldConfiguration fieldConfiguration, IIndexFieldStorageValueFormatter indexFieldStorageValueFormatter ) : AzureField
name string
value object
fieldConfiguration AzureSearchFieldConfiguration
indexFieldStorageValueFormatter IIndexFieldStorageValueFormatter
리턴 AzureField

IsBool() 공개 정적인 메소드

public static IsBool ( string boolVal, bool defaultValue ) : bool
boolVal string
defaultValue bool
리턴 bool

IsFloatingPointField() 공개 정적인 메소드

public static IsFloatingPointField ( Type type ) : bool
type System.Type
리턴 bool

IsNumericField() 공개 정적인 메소드

public static IsNumericField ( Type type ) : bool
type System.Type
리턴 bool