C# Class Open.Testing.Views.ShellView

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

Méthodes publiques

Méthode Description
ShellView ( jQueryObject container ) : System

Constructor.

Méthodes protégées

Méthode Description
OnDisposed ( ) : void

Destroy.

Method Details

OnDisposed() protected méthode

Destroy.
protected OnDisposed ( ) : void
Résultat void

ShellView() public méthode

Constructor.
public ShellView ( jQueryObject container ) : System
container jQueryObject The containing DIV.
Résultat System