Class ResultReportViewModel
Inheritance
System.Object
ResultReportViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ResultReportViewModel : ViewModelBase<ResultReportViewModel>
Constructors
ResultReportViewModel()
Declaration
public ResultReportViewModel()
Properties
BindList
Declaration
public ObservableCollection<DataItem> BindList { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<DataItem>
|
Comment
Declaration
public string Comment { get; set; }
Property Value
System.String
|
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
System.DateTime
|
FailedCount
Declaration
public int FailedCount { get; set; }
Property Value
System.Int32
|
MachineName
Declaration
public string MachineName { get; set; }
Property Value
System.String
|
Machines
Declaration
public ObservableCollection<string> Machines { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<System.String>
|
NextResults
Declaration
public ObservableCollection<RunResult> NextResults { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<RunResult>
|
NextResultsChartItems
Declaration
public ObservableCollection<ListViewItem> NextResultsChartItems { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<System.Windows.Controls.ListViewItem>
|
NotRunCount
Declaration
public int NotRunCount { get; set; }
Property Value
System.Int32
|
PassedCount
Declaration
public int PassedCount { get; set; }
Property Value
System.Int32
|
PassedText
Declaration
public string PassedText { get; }
Property Value
System.String
|
PreviousResults
Declaration
public ObservableCollection<RunResult> PreviousResults { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<RunResult>
|
PrevResultsChartItems
Declaration
public ObservableCollection<ListViewItem> PrevResultsChartItems { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<System.Windows.Controls.ListViewItem>
|
ResultsViewModel
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
System.DateTime
|
TestListName
Declaration
public string TestListName { get; set; }
Property Value
System.String
|
Methods
LoadEmptyState()
Declaration
public void LoadEmptyState()
LoadRunResult(RunResult)
OnResultLoaded(RunResult)
SaveRunResult()
Declaration
public void SaveRunResult()