ClassEnableLogCommand
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI.Scheduling.ViewModels.Commands
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class EnableLogCommand : IEnableLogCommand, ICommand
Inheritance: objectEnableLogCommand
Implements:
Constructors
EnableLogCommand(IBaseCommunicationLayer, IServerLoggingStatusViewModel)
Declaration
cs-api-definition
public EnableLogCommand(IBaseCommunicationLayer baseCommunicationLayer, IServerLoggingStatusViewModel loggingStatusViewModel)
Parameters
baseCommunicationLayer
IBaseCommunicationLayer
loggingStatusViewModel
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