ClassScheduleRunResultsViewer
Class
Interaction logic for ScheduleRunResultsViewer.xaml
Definition
Namespace:ArtOfTest.WebAii.Design.UI.Scheduling
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class ScheduleRunResultsViewer : ModalDialogContentBase, IComponentConnector
Inheritance: objectScheduleRunResultsViewer
Implements:
Constructors
ScheduleRunResultsViewer()
Declaration
cs-api-definition
public ScheduleRunResultsViewer()
Properties
Methods
GetButtons()
Implement this to override the default OK/Cancel buttons.
Declaration
cs-api-definition
public override DialogResult[] GetButtons()
Returns
Return null to use the default OK/Cancel else, the list of buttons
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
OverrideButtonText(DialogResult)
Implement this method to override the text of a specific button. Else return string.Empty.
Declaration
cs-api-definition
public override string OverrideButtonText(DialogResult button)
Parameters
button
Returns