Class ViewLogCommand
Inheritance
System.Object
ViewLogCommand
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.Scheduling.ViewModels.Commands
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ViewLogCommand : IViewLogCommand, ICommand
Constructors
ViewLogCommand(IBaseCommunicationLayer, IExecutionServerLoggingStatusViewModel, IDialogInvoker)
Declaration
public ViewLogCommand(IBaseCommunicationLayer baseCommunicationLayer, IExecutionServerLoggingStatusViewModel loggingStatusViewModel, IDialogInvoker dialogInvoker)
Parameters
Telerik.
|
IExecution
|
Telerik.
|
Methods
CanExecute(Object)
Declaration
public bool CanExecute(object parameter)
Parameters
System.
|
Returns
System.
|
Execute(Object)
Declaration
public void Execute(object parameter)
Parameters
System.
|
Events
CanExecuteChanged
Declaration
public event EventHandler CanExecuteChanged
Event Type
System.
|