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

View for defining a new test-package to add to the side bar.
상속: TestHarnessViewBase
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IconJs string
IconMethod string

공개 메소드들

메소드 설명
AddPackageView ( ) : System

Constructor.

AddToTestHarness ( ) : AddPackageView

Inserts an instance of the view into the TestHarness' main canvas.

GetPackageInfo ( ) : PackageInfo

Gets the package-info singleton from the currently text settings.

SlideOff ( System.Action onComplete ) : void

Slides the panel off screen.

SlideOn ( System.Action onComplete ) : void

Slides the panel on screen.

UpdateState ( ) : void

Updates the state of the control and it's children.

보호된 메소드들

메소드 설명
OnDisposed ( ) : void

비공개 메소드들

메소드 설명
CreateButton ( string text ) : IconTextButton
FireHidden ( ) : void
FireShowing ( ) : void
InitializeTextbox ( string selector, string icon ) : Textbox
InitializeTextboxes ( ) : void
OnKeydown ( object sender, KeyEventArgs e ) : void
Slide ( string left, System.Action onComplete ) : void

메소드 상세

AddPackageView() 공개 메소드

Constructor.
public AddPackageView ( ) : System
리턴 System

AddToTestHarness() 공개 정적인 메소드

Inserts an instance of the view into the TestHarness' main canvas.
public static AddToTestHarness ( ) : AddPackageView
리턴 AddPackageView

GetPackageInfo() 공개 메소드

Gets the package-info singleton from the currently text settings.
public GetPackageInfo ( ) : PackageInfo
리턴 Open.Testing.Models.PackageInfo

OnDisposed() 보호된 메소드

protected OnDisposed ( ) : void
리턴 void

SlideOff() 공개 메소드

Slides the panel off screen.
public SlideOff ( System.Action onComplete ) : void
onComplete System.Action Action to invoke upon completion.
리턴 void

SlideOn() 공개 메소드

Slides the panel on screen.
public SlideOn ( System.Action onComplete ) : void
onComplete System.Action Action to invoke upon completion.
리턴 void

UpdateState() 공개 메소드

Updates the state of the control and it's children.
public UpdateState ( ) : void
리턴 void

프로퍼티 상세

IconJs 공개적으로 정적으로 프로퍼티

public static string IconJs
리턴 string

IconMethod 공개적으로 정적으로 프로퍼티

public static string IconMethod
리턴 string