Class OutputPanelController
Inheritance
System.Object
OutputPanelController
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
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class OutputPanelController
Constructors
OutputPanelController()
Declaration
public OutputPanelController()
Fields
SetInError
Declaration
public Action SetInError
Field Value
System.Action
|
Properties
ViewModel
Methods
CanExecuteCommand(ICommand, CanExecuteRoutedEventArgs)
Declaration
public bool CanExecuteCommand(ICommand command, CanExecuteRoutedEventArgs e)
Parameters
System.Windows.Input.ICommand
command
|
System.Windows.Input.CanExecuteRoutedEventArgs
e
|
Returns
System.Boolean
|
HandleCommand(ICommand, ExecutedRoutedEventArgs)
Declaration
public void HandleCommand(ICommand command, ExecutedRoutedEventArgs e)
Parameters
System.Windows.Input.ICommand
command
|
System.Windows.Input.ExecutedRoutedEventArgs
e
|