C# Class Poderosa.SFTP.SCPCommand

SCP command
Inheritance: CommandBase, IPoderosaCommand, IPoderosaMenuItem
Datei anzeigen Open project: poderosaproject/poderosa Class Usage Examples

Public Methods

Method Description
CanExecute ( ICommandTarget target ) : bool
GetAdapter ( Type adapter ) : IAdaptable
InternalExecute ( ICommandTarget target ) : CommandResult
IsChecked ( ICommandTarget target ) : bool
IsEnabled ( ICommandTarget target ) : bool
SCPCommand ( ) : System

Constructor

Method Details

CanExecute() public method

public CanExecute ( ICommandTarget target ) : bool
target ICommandTarget
return bool

GetAdapter() public method

public GetAdapter ( Type adapter ) : IAdaptable
adapter System.Type
return IAdaptable

InternalExecute() public method

public InternalExecute ( ICommandTarget target ) : CommandResult
target ICommandTarget
return CommandResult

IsChecked() public method

public IsChecked ( ICommandTarget target ) : bool
target ICommandTarget
return bool

IsEnabled() public method

public IsEnabled ( ICommandTarget target ) : bool
target ICommandTarget
return bool

SCPCommand() public method

Constructor
public SCPCommand ( ) : System
return System