IWebAdminViewManager Interface |
Namespace: VirtualRadar.Interface.WebSite
The IWebAdminViewManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | Singleton |
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.) |
![]() | WebAdminPluginInstalled |
Returns true if the web admin plugin has been installed.
|
Name | Description | |
---|---|---|
![]() | AddWebAdminView |
Registers a view with the web admin site. The view's folder must previously have been registered
with a call to RegisterWebAdminViewFolder(String, String).
|
![]() | RegisterTemplateFileName |
Registers a template marker and the file that contains the HTML that should be subtituted in its place
when seen within a web admin HTML file.
|
![]() | RegisterTranslations |
Registers a string resources file that should be made available to JavaScript. It can be loaded via
the URL WebAdmin/Script/Strings.<namespace>.js. Do not use the namespace Server, that is used by the
plugin to expose the VRS's strings. Strings.js loads the web site strings and a Globalize object
for the server's language.
|
![]() | RegisterWebAdminViewFolder |
Registers a folder with web admin view HTML files on behalf of a plugin.
|