Class TestListRunsViewModel
Inheritance
System.Object
TestListRunsViewModel
Namespace: ArtOfTest.WebAii.Design.UI.Reporting.ViewModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestListRunsViewModel : ViewModelBase
Constructors
TestListRunsViewModel(ReportViewModel)
Declaration
public TestListRunsViewModel(ReportViewModel reportViewModel)
Parameters
ReportViewModel
reportViewModel
|
Properties
CheckRunResultCommand
Declaration
public CommandHandler CheckRunResultCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
FilterRunsCommand
Declaration
public CommandHandler FilterRunsCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
FilterType
IsRunsCountVisible
Declaration
public bool IsRunsCountVisible { get; set; }
Property Value
System.Boolean
|
RunResults
Declaration
public ObservableCollection<RunResultData> RunResults { get; set; }
Property Value
System.Collections.ObjectModel.ObservableCollection<RunResultData>
|
RunsCount
Declaration
public int RunsCount { get; set; }
Property Value
System.Int32
|
SelectAllCheckedState
Declaration
public bool? SelectAllCheckedState { get; set; }
Property Value
System.Nullable<System.Boolean>
|
SelectAllCommand
Declaration
public CommandHandler SelectAllCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|