C# Class SobekCM.Library.AggregationViewer.AggregationViewer_Factory

Factory class that generate and returns the requested view for an item aggregation
This is used by Aggregation_HtmlSubwriter class
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
Get_Viewer ( Item_Aggregation_Views_Searches_Enum ViewType, RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : abstractAggregationViewer

Returns a built collection viewer matching request

Get_Viewer ( Search_Type_Enum SearchType, RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : abstractAggregationViewer

Returns a built collection viewer matching request

Method Details

Get_Viewer() public static method

Returns a built collection viewer matching request
public static Get_Viewer ( Item_Aggregation_Views_Searches_Enum ViewType, RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : abstractAggregationViewer
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 SobekCM.Library.AggregationViewer.Viewers.abstractAggregationViewer

Get_Viewer() public static method

Returns a built collection viewer matching request
public static Get_Viewer ( Search_Type_Enum SearchType, RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : abstractAggregationViewer
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 SobekCM.Library.AggregationViewer.Viewers.abstractAggregationViewer