Class
TestListsViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI.TestLists

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TestListsViewModel : ViewModelBase

Inheritance: objectTestListsViewModel

Constructors

TestListsViewModel()

Declaration

cs-api-definition
public TestListsViewModel()

Properties

AreListsLoaded

Gets or sets whether the view items are loaded. Indicates the test lists should be loaded the first time.

Declaration

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

Property Value

bool

HasTestLists

Declaration

cs-api-definition
public bool HasTestLists { get; }

Property Value

bool

IsBuildingElements

Declaration

cs-api-definition
public bool IsBuildingElements { get; }

Property Value

bool

TestLists

Declaration

cs-api-definition
public ObservableCollection<TestListNode> TestLists { get; set; }

Property Value

ObservableCollection<TestListNode>

Tests

Declaration

cs-api-definition
public ObservableCollection<LightTest> Tests { get; set; }

Property Value

ObservableCollection<LightTest>