Class ResultsViewModel
Inheritance
System.Object
ResultsViewModel
Namespace: ArtOfTest.WebAii.Design.UI.Reporting.ViewModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ResultsViewModel : ViewModelBase
Constructors
ResultsViewModel(TestListRunsViewModel)
Declaration
public ResultsViewModel(TestListRunsViewModel testListRunsViewModel)
Parameters
TestListRunsViewModel
testListRunsViewModel
|
Properties
ChartTrendLinesTitle
Declaration
public string ChartTrendLinesTitle { get; }
Property Value
System.String
|
ChartZoom
Declaration
public string ChartZoom { get; set; }
Property Value
System.String
|
ChartZoomSize
Declaration
public Size ChartZoomSize { get; set; }
Property Value
System.Windows.Size
|
DisplayLineChart
Declaration
public bool DisplayLineChart { get; set; }
Property Value
System.Boolean
|
LineChecked
Declaration
public bool LineChecked { get; set; }
Property Value
System.Boolean
|
RunResultBarSeriesInfos
Declaration
public ObservableCollection<RunResultBarSeriesInfo> RunResultBarSeriesInfos { get; set; }
Property Value
System.Collections.ObjectModel.ObservableCollection<RunResultBarSeriesInfo>
|
RunResultLineSeriesInfos
Declaration
public ObservableCollection<RunResultLineSeriesInfo> RunResultLineSeriesInfos { get; set; }
Property Value
System.Collections.ObjectModel.ObservableCollection<RunResultLineSeriesInfo>
|
SelectedChartType
ShowFailedLine
Declaration
public bool ShowFailedLine { get; set; }
Property Value
System.Boolean
|
ShowLabels
Declaration
public bool ShowLabels { get; set; }
Property Value
System.Boolean
|
ShowPassedLine
Declaration
public bool ShowPassedLine { get; set; }
Property Value
System.Boolean
|
Stacked100Checked
Declaration
public bool Stacked100Checked { get; set; }
Property Value
System.Boolean
|
StackedChecked
Declaration
public bool StackedChecked { get; set; }
Property Value
System.Boolean
|
ZoomCommand
Declaration
public CommandHandler ZoomCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|