Class
ResultsViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI.Reporting.ViewModel

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ResultsViewModel : ViewModelBase

Inheritance: objectResultsViewModel

Constructors

ResultsViewModel(TestListRunsViewModel)

Declaration

cs-api-definition
public ResultsViewModel(TestListRunsViewModel testListRunsViewModel)

Parameters

testListRunsViewModel

TestListRunsViewModel

Properties

ChartTrendLinesTitle

Declaration

cs-api-definition
public string ChartTrendLinesTitle { get; }

Property Value

string

ChartZoom

Declaration

cs-api-definition
public string ChartZoom { get; set; }

Property Value

string

ChartZoomSize

Declaration

cs-api-definition
public Size ChartZoomSize { get; set; }

Property Value

Size

DisplayLineChart

Declaration

cs-api-definition
public bool DisplayLineChart { get; set; }

Property Value

bool

LineChecked

Declaration

cs-api-definition
public bool LineChecked { get; set; }

Property Value

bool

RunResultBarSeriesInfos

Declaration

cs-api-definition
public ObservableCollection<RunResultBarSeriesInfo> RunResultBarSeriesInfos { get; set; }

Property Value

ObservableCollection<RunResultBarSeriesInfo>

RunResultLineSeriesInfos

Declaration

cs-api-definition
public ObservableCollection<RunResultLineSeriesInfo> RunResultLineSeriesInfos { get; set; }

Property Value

ObservableCollection<RunResultLineSeriesInfo>

SelectedChartType

Declaration

cs-api-definition
public ResultsChartType SelectedChartType { get; }

Property Value

ResultsChartType

ShowFailedLine

Declaration

cs-api-definition
public bool ShowFailedLine { get; set; }

Property Value

bool

ShowLabels

Declaration

cs-api-definition
public bool ShowLabels { get; set; }

Property Value

bool

ShowPassedLine

Declaration

cs-api-definition
public bool ShowPassedLine { get; set; }

Property Value

bool

Stacked100Checked

Declaration

cs-api-definition
public bool Stacked100Checked { get; set; }

Property Value

bool

StackedChecked

Declaration

cs-api-definition
public bool StackedChecked { get; set; }

Property Value

bool

ZoomCommand

Declaration

cs-api-definition
public CommandHandler ZoomCommand { get; }

Property Value

CommandHandler