Class TestListsViewModel
Inheritance
System.Object
TestListsViewModel
Namespace: ArtOfTest.WebAii.Design.UI.TestLists
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestListsViewModel : ViewModelBase
Constructors
TestListsViewModel()
Declaration
public TestListsViewModel()
Properties
AreListsLoaded
Declaration
public bool AreListsLoaded { get; set; }
Property Value
System.Boolean
|
HasTestLists
Declaration
public bool HasTestLists { get; }
Property Value
System.Boolean
|
IsBuildingElements
Declaration
public bool IsBuildingElements { get; }
Property Value
System.Boolean
|
TestLists
Declaration
public ObservableCollection<TestListNode> TestLists { get; set; }
Property Value
System.Collections.ObjectModel.ObservableCollection<TestListNode>
|
Tests
Declaration
public ObservableCollection<LightTest> Tests { get; set; }
Property Value
System.Collections.ObjectModel.ObservableCollection<LightTest>
|