Class RunResultSelector
Inheritance
System.Object
RunResultSelector
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class RunResultSelector : ModalDialogContentBase, INotifyPropertyChanged, IComponentConnector
Constructors
RunResultSelector()
Declaration
public RunResultSelector()
RunResultSelector(Boolean)
Declaration
public RunResultSelector(bool isAssignContext)
Parameters
System.Boolean
isAssignContext
|
Properties
CanResize
Declaration
public override bool CanResize { get; }
Property Value
System.Boolean
|
CreateNew
Declaration
public bool CreateNew { get; }
Property Value
System.Boolean
|
IsAssignContext
Declaration
public bool IsAssignContext { get; }
Property Value
System.Boolean
|
SelectedResult
Title
Declaration
public override string Title { get; }
Property Value
System.String
|
Methods
GetButtons()
Declaration
public override DialogResult[] GetButtons()
Returns
System.Windows.Forms.DialogResult[]
|
InitializeComponent()
Declaration
public void InitializeComponent()
OnPrePrompt(DialogResult)
Declaration
public override bool OnPrePrompt(DialogResult prompt)
Parameters
System.Windows.Forms.DialogResult
prompt
|
Returns
System.Boolean
|
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string name)
Parameters
System.String
name
|
OverrideButtonText(DialogResult)
Declaration
public override string OverrideButtonText(DialogResult button)
Parameters
System.Windows.Forms.DialogResult
button
|
Returns
System.String
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|