C# 클래스 RazorTex.GenericTemplate

Provides a base implementation of a template.
상속: ITemplate
파일 보기 프로젝트 열기: cmenge/RazorTex

공개 메소드들

메소드 설명
Clear ( ) : void

Clears the template.

Execute ( ) : void

Executes the template.

Write ( object @object ) : void

Writes the specified object to the template.

WriteLiteral ( object literal ) : void

Writes a literal to the template.

메소드 상세

Clear() 공개 메소드

Clears the template.
public Clear ( ) : void
리턴 void

Execute() 공개 메소드

Executes the template.
public Execute ( ) : void
리턴 void

Write() 공개 메소드

Writes the specified object to the template.
public Write ( object @object ) : void
@object object
리턴 void

WriteLiteral() 공개 메소드

Writes a literal to the template.
public WriteLiteral ( object literal ) : void
literal object
리턴 void