Class TestListExplorer
Inheritance
System.Object
TestListExplorer
Namespace: ArtOfTest.WebAii.Design.UI.TestLists
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestListExplorer : UserControl, IComponentConnector, IStyleConnector
Constructors
TestListExplorer()
Declaration
public TestListExplorer()
Properties
Controller
Declaration
public TestListsExplorerController Controller { get; }
Property Value
TestListsExplorerController
|
SmartBuilder
Methods
CanExecuteCommand(ICommand)
Declaration
public bool CanExecuteCommand(ICommand command)
Parameters
System.Windows.Input.ICommand
command
|
Returns
System.Boolean
|
HandleCommand(ICommand, Object)
Declaration
public void HandleCommand(ICommand command, object commandArgs)
Parameters
System.Windows.Input.ICommand
command
|
System.Object
commandArgs
|
InitializeComponent()
Declaration
public void InitializeComponent()