C# Class Open.Testing.Views.MethodListView

The list of tests.
Inheritance: TestHarnessViewBase
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Private Properties

Свойство Type Description
ClearChildren void
CreateListItem Open.Testing.Models.MethodListItem
FireRefreshClick void
FireRunClick void
InsertButtons void
OnItemClick void
PopulateList void

Méthodes publiques

Méthode Description
MethodListView ( jQueryObject container ) : System

Constructor.

Méthodes protégées

Méthode Description
OnUpdateLayout ( ) : void

Private Methods

Méthode Description
ClearChildren ( ) : void
CreateListItem ( MethodInfo methodInfo ) : MethodListItem
FireRefreshClick ( ) : void
FireRunClick ( ) : void
InsertButtons ( ) : void
OnItemClick ( object sender, EventArgs e ) : void
PopulateList ( ClassInfo classInfo ) : void

Method Details

MethodListView() public méthode

Constructor.
public MethodListView ( jQueryObject container ) : System
container jQueryObject The containing div.
Résultat System

OnUpdateLayout() protected méthode

protected OnUpdateLayout ( ) : void
Résultat void