Class
TestListRunsViewModel

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

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

RunsFilterType

IsRunsCountVisible

Declaration

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

Property Value

bool

RunResults

Declaration

cs-api-definition
public ObservableCollection<RunResultData> RunResults { get; set; }

Property Value

ObservableCollection<RunResultData>

RunsCount

Declaration

cs-api-definition
public int RunsCount { get; set; }

Property Value

int

SelectAllCheckedState

Declaration

cs-api-definition
public bool? SelectAllCheckedState { get; set; }

Property Value

bool?

SelectAllCommand

Declaration

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

Property Value

CommandHandler