C# Class Kooboo.Commerce.Search.LuceneUtility

Afficher le fichier Open project: Kooboo/Ecommerce Class Usage Examples

Méthodes publiques

Méthode Description
FromFieldStringValue ( string value, Type fieldType ) : object
GetSortType ( Type fieldType ) : int
ToFieldStringValue ( object value ) : string

Method Details

FromFieldStringValue() public static méthode

public static FromFieldStringValue ( string value, Type fieldType ) : object
value string
fieldType System.Type
Résultat object

GetSortType() public static méthode

public static GetSortType ( Type fieldType ) : int
fieldType System.Type
Résultat int

ToFieldStringValue() public static méthode

public static ToFieldStringValue ( object value ) : string
value object
Résultat string