C# Class OneNorth.WorkflowFullHistory.Shell.Framework.Commands.WorkflowFullHistory

Inheritance: Command
Show file Open project: onenorth/workflow-full-history

Public Methods

Method Description
Execute ( CommandContext context ) : void
QueryState ( CommandContext context ) : CommandState

Protected Methods

Method Description
Run ( ClientPipelineArgs args ) : void

Method Details

Execute() public method

public Execute ( CommandContext context ) : void
context CommandContext
return void

QueryState() public method

public QueryState ( CommandContext context ) : CommandState
context CommandContext
return CommandState

Run() protected method

protected Run ( ClientPipelineArgs args ) : void
args ClientPipelineArgs
return void