C# Класс SitecoreExtension.PageProperties.Commands.Show

Наследование: WebEditCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( CommandContext context ) : void

Executes the command in the specified context.

QueryState ( CommandContext context ) : CommandState

Защищенные методы

Метод Описание
Run ( ClientPipelineArgs args ) : void

Описание методов

Execute() публичный Метод

Executes the command in the specified context.
public Execute ( CommandContext context ) : void
context CommandContext The context.
Результат void

QueryState() публичный Метод

public QueryState ( CommandContext context ) : CommandState
context CommandContext
Результат CommandState

Run() защищенный Метод

protected Run ( ClientPipelineArgs args ) : void
args ClientPipelineArgs
Результат void