C# Class SobekCM.Library.AdminViewer.AdminViewer_Factory

Factory class returns the appropriate admin viewer
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
Get_AdminViewer ( RequestCache RequestSpecificValues ) : iMySobek_Admin_Viewer

Returns the appropriate admin viewer, based on requst and system settings

Method Details

Get_AdminViewer() public static method

Returns the appropriate admin viewer, based on requst and system settings
public static Get_AdminViewer ( RequestCache RequestSpecificValues ) : iMySobek_Admin_Viewer
RequestSpecificValues RequestCache All the necessary, non-global data specific to the current request
return iMySobek_Admin_Viewer