C# Class Kooboo.Commerce.Search.LuceneUtility

ファイルを表示 Open project: Kooboo/Ecommerce Class Usage Examples

Public Methods

Method Description
FromFieldStringValue ( string value, Type fieldType ) : object
GetSortType ( Type fieldType ) : int
ToFieldStringValue ( object value ) : string

Method Details

FromFieldStringValue() public static method

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

GetSortType() public static method

public static GetSortType ( Type fieldType ) : int
fieldType System.Type
return int

ToFieldStringValue() public static method

public static ToFieldStringValue ( object value ) : string
value object
return string