Class TestListBuilderCommands
Inheritance
System.Object
TestListBuilderCommands
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 TestListBuilderCommands
Constructors
TestListBuilderCommands()
Declaration
public TestListBuilderCommands()
Properties
AddAllTests
Declaration
public static RoutedUICommand AddAllTests { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
AddTest
Declaration
public static RoutedUICommand AddTest { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
MoveDown
Declaration
public static RoutedUICommand MoveDown { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
MoveUp
Declaration
public static RoutedUICommand MoveUp { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
RemoveAllTests
Declaration
public static RoutedUICommand RemoveAllTests { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
RemoveTest
Declaration
public static RoutedUICommand RemoveTest { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
ShowPerformanceSettings
Declaration
public static RoutedUICommand ShowPerformanceSettings { get; }
Property Value
System.Windows.Input.RoutedUICommand
|