C# 클래스 SitecoreExtension.PageProperties.Commands.Show

상속: WebEditCommand
파일 보기 프로젝트 열기: 1508/SitecoreExtension-PageProperties

공개 메소드들

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