Method | Description | |
---|---|---|
Compile ( ) : void | ||
Render ( object>.Dictionary |
||
Render ( |
||
Template ( string body ) : System | ||
Template ( string body, Type>.Dictionary |
||
Template ( string body, Type>.Dictionary |
||
Template ( string body, List |
Method | Description | |
---|---|---|
FormatResult ( object result ) : string | ||
IsFalseResult ( object obj ) : bool |
Method | Description | |
---|---|---|
CompileCheck ( object>.Dictionary |
||
Recompile ( object>.Dictionary |
protected FormatResult ( object result ) : string | ||
result | object | |
return | string |
protected IsFalseResult ( object obj ) : bool | ||
obj | object | |
return | bool |
public Render ( object>.Dictionary |
||
globals | object>.Dictionary | |
return | string |
public Render ( |
||
outputWriter | ||
globals | object>.Dictionary | |
return | void |
public Template ( string body, Type>.Dictionary |
||
body | string | |
globalsTypes | Type>.Dictionary | |
return | System |
public Template ( string body, Type>.Dictionary |
||
body | string | |
globalsTypes | Type>.Dictionary | |
referencedAssemblies | List |
|
return | System |
public Template ( string body, List |
||
body | string | |
referencedAssemblies | List |
|
return | System |