WebAdminView Class |
Namespace: VirtualRadar.Interface.WebSite
The WebAdminView type exposes the following members.
Name | Description | |
---|---|---|
WebAdminView |
Creates a new object.
|
Name | Description | |
---|---|---|
HtmlFileName |
Gets the HTML filename without the path.
| |
MenuName |
Gets the name to use for the view in the web admin's site menu. Pass a null or empty string
to prevent the view from appearing in the menu.
| |
PathAndFile |
Gets the path and file to the HTML file from the site root.
| |
Plugin |
Gets or sets the plugin that this view is the options screen for.
| |
StringResources |
Gets the resources that holds the strings to substitute into the view.
|
Name | Description | |
---|---|---|
CreateView |
Creates the object that will handle the requests from the HTML page.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |