C# Класс Sitecore.SharedSource.MoveValidator.CustomSitecore.Commands.CustomPasteFromClipBoard

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

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

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

Copied Sitecore.Shell.Framework.Commands.PasteFromClipboard This method is fired in the pipeline as a validation check before the process executes.

QueryState ( CommandContext context ) : CommandState

Copied Sitecore.Shell.Framework.Commands.PasteFromClipboard

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

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

This method is fired by Execute. Runs through a range of checks to validate the event.

Приватные методы

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

Performs the move/copy event after the validation is complete.

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

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

Copied Sitecore.Shell.Framework.Commands.PasteFromClipboard This method is fired in the pipeline as a validation check before the process executes.
public Execute ( CommandContext context ) : void
context CommandContext
Результат void

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

Copied Sitecore.Shell.Framework.Commands.PasteFromClipboard
public QueryState ( CommandContext context ) : CommandState
context CommandContext
Результат CommandState

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

This method is fired by Execute. Runs through a range of checks to validate the event.
protected Run ( ClientPipelineArgs args ) : void
args ClientPipelineArgs
Результат void