Class ClearLogCommand
Inheritance
System.Object
ClearLogCommand
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 ClearLogCommand : IClearLogCommand, ICommand
Constructors
ClearLogCommand(IBaseCommunicationLayer, IExecutionServerLoggingStatusViewModel)
Declaration
public ClearLogCommand(IBaseCommunicationLayer baseCommunicationLayer, IExecutionServerLoggingStatusViewModel loggingStatusViewModel)
Parameters
Telerik.
|
IExecution
|
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.
|