Click or drag to resize
WebAdminView Class
The class that describes a web admin view.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.WebSiteWebAdminView

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class WebAdminView

The WebAdminView type exposes the following members.

Constructors
  NameDescription
Public methodWebAdminView
Creates a new object.
Top
Properties
  NameDescription
Public propertyHtmlFileName
Gets the HTML filename without the path.
Public propertyMenuName
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.
Public propertyPathAndFile
Gets the path and file to the HTML file from the site root.
Public propertyPlugin
Gets or sets the plugin that this view is the options screen for.
Public propertyStringResources
Gets the resources that holds the strings to substitute into the view.
Top
Methods
  NameDescription
Public methodCreateView
Creates the object that will handle the requests from the HTML page.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also