ClassTestListBuilder
Class
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:
Constructors
TestListBuilder(TestListExplorer, LightProject, TestListNode)
Declaration
cs-api-definition
public TestListBuilder(TestListExplorer explorer, LightProject lightProject, TestListNode testList = null)
Parameters
explorer
lightProject
testList
Properties
Methods
InitializeComponent()
InitializeComponent
Declaration
cs-api-definition
public void InitializeComponent()
Implements
OnPostPrompt(DialogResult, bool)
Declaration
cs-api-definition
public override void OnPostPrompt(DialogResult prompt, bool closeCancelled)
Parameters
prompt
closeCancelled
OnPrePrompt(DialogResult)
Declaration
cs-api-definition
public override bool OnPrePrompt(DialogResult prompt)
Parameters
prompt
Returns
OnPropertyChanged(string)
Declaration
cs-api-definition
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements