C# 클래스 Simple.NVelocity.SimpleTemplate

상속: NVelocity.VelocityContext
파일 보기 프로젝트 열기: juanplopes/simple 1 사용 예제들

공개 메소드들

메소드 설명
Render ( ) : string
Render ( TextWriter writer ) : void
SetMany ( ) : SimpleTemplate
SetMany ( object anonymous ) : SimpleTemplate
SimpleTemplate ( ) : System
SimpleTemplate ( string template ) : System
ToString ( ) : string
this ( string key ) : object

메소드 상세

Render() 공개 메소드

public Render ( ) : string
리턴 string

Render() 공개 메소드

public Render ( TextWriter writer ) : void
writer System.IO.TextWriter
리턴 void

SetMany() 공개 메소드

public SetMany ( ) : SimpleTemplate
리턴 SimpleTemplate

SetMany() 공개 메소드

public SetMany ( object anonymous ) : SimpleTemplate
anonymous object
리턴 SimpleTemplate

SimpleTemplate() 공개 메소드

public SimpleTemplate ( ) : System
리턴 System

SimpleTemplate() 공개 메소드

public SimpleTemplate ( string template ) : System
template string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( string key ) : object
key string
리턴 object