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.TestStudio.Interfaces.Communication.IBaseCommunicationLayer
baseCommunicationLayer
|
|
IExecutionServerLoggingStatusViewModel
loggingStatusViewModel
|
Methods
CanExecute(Object)
Declaration
public bool CanExecute(object parameter)
Parameters
|
System.Object
parameter
|
Returns
|
System.Boolean
|
Execute(Object)
Declaration
public void Execute(object parameter)
Parameters
|
System.Object
parameter
|
Events
CanExecuteChanged
Declaration
public event EventHandler CanExecuteChanged
Event Type
|
System.EventHandler
|