C# 클래스 Sitecore.SharedSource.MoveValidator.CustomSitecore.Commands.CustomPasteFromClipBoard

상속: PasteFromClipboard
파일 보기 프로젝트 열기: Velir/Sitecore-MoveValidator

공개 메소드들

메소드 설명
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