C# 클래스 SobekCM.Library.WebContentViewer.WebContentViewer_Factory

Factory class that generate and returns the requested view for a web content page
This is used by Web_Content_HtmlSubwriter class
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
Get_Viewer ( WebContent_Type_Enum ViewType, RequestCache RequestSpecificValues, HTML_Based_Content StaticPage ) : abstractWebContentViewer

Returns a built collection viewer matching request

메소드 상세

Get_Viewer() 공개 정적인 메소드

Returns a built collection viewer matching request
public static Get_Viewer ( WebContent_Type_Enum ViewType, RequestCache RequestSpecificValues, HTML_Based_Content StaticPage ) : abstractWebContentViewer
ViewType WebContent_Type_Enum Web content view type
RequestSpecificValues RequestCache All the necessary, non-global data specific to the current request
StaticPage HTML_Based_Content Static page info for this request
리턴 SobekCM.Library.WebContentViewer.Viewers.abstractWebContentViewer