Class TestListCommands
Inheritance
System.Object
TestListCommands
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 TestListCommands
Constructors
TestListCommands()
Declaration
public TestListCommands()
Properties
AbortRun
Declaration
public static RoutedUICommand AbortRun { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
AddNewDynamicList
Declaration
public static RoutedUICommand AddNewDynamicList { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
AddNewList
Declaration
public static RoutedUICommand AddNewList { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
CopyList
Declaration
public static RoutedUICommand CopyList { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
DeleteList
Declaration
public static RoutedUICommand DeleteList { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
EditList
Declaration
public static RoutedUICommand EditList { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
RemoteExecuteList
Declaration
public static RoutedUICommand RemoteExecuteList { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
RunList
Declaration
public static RoutedUICommand RunList { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
ScheduleList
Declaration
public static RoutedUICommand ScheduleList { get; }
Property Value
System.Windows.Input.RoutedUICommand
|