Method | Description | |
---|---|---|
Get_Viewer ( Item_Aggregation_Views_Searches_Enum ViewType, RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : |
Returns a built collection viewer matching request
|
|
Get_Viewer ( Search_Type_Enum SearchType, RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : |
Returns a built collection viewer matching request
|
public static Get_Viewer ( Item_Aggregation_Views_Searches_Enum ViewType, RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : |
||
ViewType | Item_Aggregation_Views_Searches_Enum | Aggregation view type |
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
ViewBag | AggregationViewBag | View bag holds specific data that was pulled for an aggregation request |
return |
public static Get_Viewer ( Search_Type_Enum SearchType, RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : |
||
SearchType | Search_Type_Enum | Type of search from the current http request |
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
ViewBag | AggregationViewBag | View bag holds specific data that was pulled for an aggregation request |
return |