C# 클래스 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
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
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

메소드 상세

Get_Viewer() 공개 정적인 메소드

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
리턴 SobekCM.Library.AggregationViewer.Viewers.abstractAggregationViewer

Get_Viewer() 공개 정적인 메소드

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
리턴 SobekCM.Library.AggregationViewer.Viewers.abstractAggregationViewer