ClassTestListRunsViewModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI.Reporting.ViewModel
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class TestListRunsViewModel : ViewModelBase
Inheritance: objectTestListRunsViewModel
Constructors
TestListRunsViewModel(ReportViewModel)
Declaration
cs-api-definition
public TestListRunsViewModel(ReportViewModel reportViewModel)
Parameters
reportViewModel
Properties
CheckRunResultCommand
Declaration
cs-api-definition
public CommandHandler CheckRunResultCommand { get; }
Property Value
CommandHandler
FilterRunsCommand
Declaration
cs-api-definition
public CommandHandler FilterRunsCommand { get; }
Property Value
CommandHandler
FilterType
Declaration
cs-api-definition
public RunsFilterType FilterType { get; }
Property Value
RunResults
Declaration
cs-api-definition
public ObservableCollection<RunResultData> RunResults { get; set; }
Property Value
SelectAllCommand
Declaration
cs-api-definition
public CommandHandler SelectAllCommand { get; }
Property Value
CommandHandler