C# Class Open.Testing.Views.ShellView

The root view of the application shell.
Inheritance: TestHarnessViewBase
Show file Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Methods

Method Description
ShellView ( jQueryObject container ) : System

Constructor.

Protected Methods

Method Description
OnDisposed ( ) : void

Destroy.

Method Details

OnDisposed() protected method

Destroy.
protected OnDisposed ( ) : void
return void

ShellView() public method

Constructor.
public ShellView ( jQueryObject container ) : System
container jQueryObject The containing DIV.
return System