GlobalSearchHelperGroupRawResults Method |
Groups raw results into GlobalSearchItem hierarchy which is returned to client.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax protected static IEnumerable<GlobalSearchResultItem> GroupRawResults(
IList<GlobalSearchResultRawData> rawResults
)
Protected Shared Function GroupRawResults (
rawResults As IList(Of GlobalSearchResultRawData)
) As IEnumerable(Of GlobalSearchResultItem)
protected:
static IEnumerable<GlobalSearchResultItem^>^ GroupRawResults(
IList<GlobalSearchResultRawData^>^ rawResults
)
static member GroupRawResults :
rawResults : IList<GlobalSearchResultRawData> -> IEnumerable<GlobalSearchResultItem>
Parameters
- rawResults
- Type: System.Collections.GenericIListGlobalSearchResultRawData
Raw search results.
Return Value
Type:
IEnumerableGlobalSearchResultItemCollection (IEnumerable) of GlobalSearchResultItem objects.
See Also