C# 클래스 Rock.Lava.Blocks.RockLavaBlockBase

상속: DotLiquid.Block, IRockStartup
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
OnStartup ( ) : void

Method that will be run at Rock startup

Render ( Context context, TextWriter result ) : void

Renders the specified context.

보호된 메소드들

메소드 설명
IsAuthorized ( Context context ) : bool

Determines whether the specified command is authorized.

메소드 상세

IsAuthorized() 보호된 메소드

Determines whether the specified command is authorized.
protected IsAuthorized ( Context context ) : bool
context DotLiquid.Context The context.
리턴 bool

OnStartup() 공개 메소드

Method that will be run at Rock startup
public OnStartup ( ) : void
리턴 void

Render() 공개 메소드

Renders the specified context.
public Render ( Context context, TextWriter result ) : void
context DotLiquid.Context The context.
result System.IO.TextWriter The result.
리턴 void