C# 클래스 Open.Testing.Views.MethodListView

The list of tests.
상속: TestHarnessViewBase
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ClearChildren void
CreateListItem Open.Testing.Models.MethodListItem
FireRefreshClick void
FireRunClick void
InsertButtons void
OnItemClick void
PopulateList void

공개 메소드들

메소드 설명
MethodListView ( jQueryObject container ) : System

Constructor.

보호된 메소드들

메소드 설명
OnUpdateLayout ( ) : void

비공개 메소드들

메소드 설명
ClearChildren ( ) : void
CreateListItem ( MethodInfo methodInfo ) : MethodListItem
FireRefreshClick ( ) : void
FireRunClick ( ) : void
InsertButtons ( ) : void
OnItemClick ( object sender, EventArgs e ) : void
PopulateList ( ClassInfo classInfo ) : void

메소드 상세

MethodListView() 공개 메소드

Constructor.
public MethodListView ( jQueryObject container ) : System
container jQueryObject The containing div.
리턴 System

OnUpdateLayout() 보호된 메소드

protected OnUpdateLayout ( ) : void
리턴 void