IEnableLogCommand Interface

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure

Namespace:  ArtOfTest.WebAii.Design.UI.Scheduling.ViewModels.Commands.Interfaces
Assembly:  ArtOfTest.WebAii.Design (in ArtOfTest.WebAii.Design.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public interface IEnableLogCommand : ICommand

The IEnableLogCommand type exposes the following members.

Methods

  NameDescription
Public methodCanExecute
Defines the method that determines whether the command can execute in its current state.
(Inherited from ICommand.)
Public methodExecute
Defines the method to be called when the command is invoked.
(Inherited from ICommand.)
Top
Events

  NameDescription
Public eventCanExecuteChanged
Occurs when changes occur that affect whether or not the command should execute.
(Inherited from ICommand.)
Top
See Also

Reference