C# Class TT.Template

ファイルを表示 Open project: claco/tt.net

Public Methods

Method Description
Process ( string template ) : string
Process ( string template, object>.Dictionary variables ) : string
Template ( TemplateSettings settings ) : System

Private Methods

Method Description
Generate ( string code, string name, bool inMemory ) : Assembly

Method Details

Process() public method

public Process ( string template ) : string
template string
return string

Process() public method

public Process ( string template, object>.Dictionary variables ) : string
template string
variables object>.Dictionary
return string

Template() public method

public Template ( TemplateSettings settings ) : System
settings TemplateSettings
return System