Class TestListsExplorerController
Inheritance
System.Object
TestListsExplorerController
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.UI.TestLists
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestListsExplorerController
Constructors
TestListsExplorerController()
Declaration
public TestListsExplorerController()
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
|
ResolveTestListsWithCachedTests(IUIProject)
Declaration
public static void ResolveTestListsWithCachedTests(IUIProject host)
Parameters
IUIProject
host
|