C# Class KonfDB.Engine.Commands.Shared.HelpCommand

Inheritance: ICommand
Datei anzeigen Open project: punitganshani/KonfDB

Public Methods

Method Description
IsValid ( CommandInput input ) : bool
OnExecute ( CommandInput arguments ) : CommandOutput

Method Details

IsValid() public method

public IsValid ( CommandInput input ) : bool
input KonfDB.Infrastructure.Services.CommandInput
return bool

OnExecute() public method

public OnExecute ( CommandInput arguments ) : CommandOutput
arguments KonfDB.Infrastructure.Services.CommandInput
return KonfDB.Infrastructure.Services.CommandOutput