C# Class 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
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Méthodes publiques

Méthode Description
Get_Viewer ( WebContent_Type_Enum ViewType, RequestCache RequestSpecificValues, HTML_Based_Content StaticPage ) : abstractWebContentViewer

Returns a built collection viewer matching request

Method Details

Get_Viewer() public static méthode

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
Résultat SobekCM.Library.WebContentViewer.Viewers.abstractWebContentViewer