ClassSmartTestListEditorControlViewModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI.TestLists
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class SmartTestListEditorControlViewModel : ViewModelBase
Inheritance: objectSmartTestListEditorControlViewModel
Constructors
SmartTestListEditorControlViewModel(TestList, LightProject)
Declaration
cs-api-definition
public SmartTestListEditorControlViewModel(TestList testList, LightProject lightProject)
Parameters
testList
lightProject
Properties
FilterRules
Declaration
cs-api-definition
public ObservableCollection<FilterItem> FilterRules { get; }
Property Value
OpenHelpCommand
Declaration
cs-api-definition
public CommandHandler OpenHelpCommand { get; }
Property Value
CommandHandler
OpenSettingsCommand
Declaration
cs-api-definition
public CommandHandler OpenSettingsCommand { get; }
Property Value
CommandHandler
Tests
Declaration
cs-api-definition
public ObservableCollection<LightTest> Tests { get; }
Property Value
UpdateFilterCommand
Declaration
cs-api-definition
public CommandHandler UpdateFilterCommand { get; }
Property Value
CommandHandler
Methods
Clear()
Declaration
cs-api-definition
public void Clear()
Initialize()
Declaration
cs-api-definition
public void Initialize()