C# 클래스 Kooboo.Commerce.Search.LuceneUtility

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

공개 메소드들

메소드 설명
FromFieldStringValue ( string value, Type fieldType ) : object
GetSortType ( Type fieldType ) : int
ToFieldStringValue ( object value ) : string

메소드 상세

FromFieldStringValue() 공개 정적인 메소드

public static FromFieldStringValue ( string value, Type fieldType ) : object
value string
fieldType System.Type
리턴 object

GetSortType() 공개 정적인 메소드

public static GetSortType ( Type fieldType ) : int
fieldType System.Type
리턴 int

ToFieldStringValue() 공개 정적인 메소드

public static ToFieldStringValue ( object value ) : string
value object
리턴 string