Class
TestListBuilder

The dialog is responsible to handle the 'Add New' and 'Edit' TestList commands.

Definition

Namespace:ArtOfTest.WebAii.Design.UI.TestLists

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TestListBuilder : ModalDialogContentBase, INotifyPropertyChanged, IComponentConnector

Inheritance: objectTestListBuilder

Implements: IComponentConnectorINotifyPropertyChanged

Constructors

TestListBuilder(TestListExplorer, LightProject, TestListNode)

Declaration

cs-api-definition
public TestListBuilder(TestListExplorer explorer, LightProject lightProject, TestListNode testList = null)

Parameters

explorer

TestListExplorer

lightProject

LightProject

testList

TestListNode

Properties

CanResize

Declaration

cs-api-definition
public override bool CanResize { get; }

Property Value

bool

Title

Declaration

cs-api-definition
public override string Title { get; }

Property Value

string

Methods

InitializeComponent()

InitializeComponent

Declaration

cs-api-definition
public void InitializeComponent()

Implements IComponentConnector.InitializeComponent()

OnPostPrompt(DialogResult, bool)

Declaration

cs-api-definition
public override void OnPostPrompt(DialogResult prompt, bool closeCancelled)

Parameters

prompt

DialogResult

closeCancelled

bool

OnPrePrompt(DialogResult)

Declaration

cs-api-definition
public override bool OnPrePrompt(DialogResult prompt)

Parameters

prompt

DialogResult

Returns

bool

OnPropertyChanged(string)

Declaration

cs-api-definition
protected void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged