ClassTestListsViewModel
Class
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.
TestLists
Declaration
cs-api-definition
public ObservableCollection<TestListNode> TestLists { get; set; }
Property Value
Tests
Declaration
cs-api-definition
public ObservableCollection<LightTest> Tests { get; set; }
Property Value