C# Класс Open.Testing.Views.AddPackageView

View for defining a new test-package to add to the side bar.
Наследование: TestHarnessViewBase
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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