C# Class Aqueduct.SitecoreLib.Search.Utilities.SearchHelper

Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib

Méthodes publiques

Méthode Description
CreateRefinements ( string fieldName, string fieldValue ) : SafeDictionary
FormatNumber ( int number ) : string
GetItemListFromInformationCollection ( List skinnyItems ) : List
GetItemsFromSearchResult ( IEnumerable searchResults, List items, bool showAllVersions ) : void

Method Details

CreateRefinements() public static méthode

public static CreateRefinements ( string fieldName, string fieldValue ) : SafeDictionary
fieldName string
fieldValue string
Résultat SafeDictionary

FormatNumber() public static méthode

public static FormatNumber ( int number ) : string
number int
Résultat string

GetItemListFromInformationCollection() public static méthode

public static GetItemListFromInformationCollection ( List skinnyItems ) : List
skinnyItems List
Résultat List

GetItemsFromSearchResult() public static méthode

public static GetItemsFromSearchResult ( IEnumerable searchResults, List items, bool showAllVersions ) : void
searchResults IEnumerable
items List
showAllVersions bool
Résultat void