Class
ScheduleRunResultsViewer

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: IComponentConnector

Constructors

ScheduleRunResultsViewer()

Declaration

cs-api-definition
public ScheduleRunResultsViewer()

Properties

Title

Gets the display title for this document

Declaration

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

Property Value

string

Methods

GetButtons()

Implement this to override the default OK/Cancel buttons.

Declaration

cs-api-definition
public override DialogResult[] GetButtons()

Returns

DialogResult[]

Return null to use the default OK/Cancel else, the list of buttons

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

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

DialogResult

Returns

string