ClassViewLogCommand
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI.Scheduling.ViewModels.Commands
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class ViewLogCommand : IViewLogCommand, ICommand
Inheritance: objectViewLogCommand
Implements:
Constructors
ViewLogCommand(IBaseCommunicationLayer, IServerLoggingStatusViewModel, IDialogInvoker)
Declaration
cs-api-definition
public ViewLogCommand(IBaseCommunicationLayer baseCommunicationLayer, IServerLoggingStatusViewModel loggingStatusViewModel, IDialogInvoker dialogInvoker)
Parameters
baseCommunicationLayer
IBaseCommunicationLayer
loggingStatusViewModel
dialogInvoker
IDialogInvoker
Methods
Execute(object)
Declaration
cs-api-definition
public void Execute(object parameter)
Parameters
parameter
Implements
Events
CanExecuteChanged
Declaration
cs-api-definition
public event EventHandler CanExecuteChanged
Event Value
Implements