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.TestStudio.Interfaces.Communication.IBaseCommunicationLayer
baseCommunicationLayer
|
|
IExecutionServerLoggingStatusViewModel
loggingStatusViewModel
|
|
Telerik.TestingFramework.Wpf.IDialogInvoker
dialogInvoker
|
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
|