C# 클래스 Aqueduct.SitecoreLib.Search.Utilities.SearchHelper

파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib

공개 메소드들

메소드 설명
CreateRefinements ( string fieldName, string fieldValue ) : SafeDictionary
FormatNumber ( int number ) : string
GetItemListFromInformationCollection ( List skinnyItems ) : List
GetItemsFromSearchResult ( IEnumerable searchResults, List items, bool showAllVersions ) : void

메소드 상세

CreateRefinements() 공개 정적인 메소드

public static CreateRefinements ( string fieldName, string fieldValue ) : SafeDictionary
fieldName string
fieldValue string
리턴 SafeDictionary

FormatNumber() 공개 정적인 메소드

public static FormatNumber ( int number ) : string
number int
리턴 string

GetItemListFromInformationCollection() 공개 정적인 메소드

public static GetItemListFromInformationCollection ( List skinnyItems ) : List
skinnyItems List
리턴 List

GetItemsFromSearchResult() 공개 정적인 메소드

public static GetItemsFromSearchResult ( IEnumerable searchResults, List items, bool showAllVersions ) : void
searchResults IEnumerable
items List
showAllVersions bool
리턴 void