C# Class SitecoreExtension.PageProperties.Commands.Show

Inheritance: WebEditCommand
Exibir arquivo Open project: 1508/SitecoreExtension-PageProperties

Public Methods

Method Description
Execute ( CommandContext context ) : void

Executes the command in the specified context.

QueryState ( CommandContext context ) : CommandState

Protected Methods

Method Description
Run ( ClientPipelineArgs args ) : void

Method Details

Execute() public method

Executes the command in the specified context.
public Execute ( CommandContext context ) : void
context CommandContext The context.
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