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
Показать файл Открыть проект

Открытые методы

Метод Описание
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