Class
ClearLogCommand

Definition

Namespace:ArtOfTest.WebAii.Design.UI.Scheduling.ViewModels.Commands

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ClearLogCommand : IClearLogCommand, ICommand

Inheritance: objectClearLogCommand

Implements: IClearLogCommandICommand

Constructors

ClearLogCommand(IBaseCommunicationLayer, IServerLoggingStatusViewModel)

Declaration

cs-api-definition
public ClearLogCommand(IBaseCommunicationLayer baseCommunicationLayer, IServerLoggingStatusViewModel loggingStatusViewModel)

Parameters

baseCommunicationLayer

IBaseCommunicationLayer

loggingStatusViewModel

IServerLoggingStatusViewModel

Methods

CanExecute(object)

Declaration

cs-api-definition
public bool CanExecute(object parameter)

Parameters

parameter

object

Returns

bool

Implements ICommand.CanExecute(object)

Execute(object)

Declaration

cs-api-definition
public void Execute(object parameter)

Parameters

parameter

object

Implements ICommand.Execute(object)

Events

CanExecuteChanged

Declaration

cs-api-definition
public event EventHandler CanExecuteChanged

Event Value

EventHandler

Implements ICommand.CanExecuteChanged