Method | Description | |
---|---|---|
Enter ( Nustache.Core.Section section ) : void | ||
Exit ( ) : void | ||
GetValue ( string path ) : object | ||
GetValues ( string path ) : IEnumerable | ||
Include ( string templateName, string indent ) : void | ||
IsTruthy ( object value ) : bool | ||
IsTruthy ( string path ) : bool | ||
Pop ( ) : void | ||
Push ( object data ) : void | ||
RenderContext ( |
||
RenderContext ( Nustache.Core.Section section, object data, |
||
Write ( string text ) : void | ||
WriteLiteral ( string text ) : void |
Method | Description | |
---|---|---|
GetTemplateDefinition ( string name ) : Nustache.Core.TemplateDefinition | ||
GetValueFromPath ( object data, string path, bool &partialMatch ) : object |
public Enter ( Nustache.Core.Section section ) : void | ||
section | Nustache.Core.Section | |
return | void |
public GetValues ( string path ) : IEnumerable | ||
path | string | |
return | IEnumerable |
public Include ( string templateName, string indent ) : void | ||
templateName | string | |
indent | string | |
return | void |
public RenderContext ( |
||
baseContext | ||
writer | ||
return | System |
public RenderContext ( Nustache.Core.Section section, object data, |
||
section | Nustache.Core.Section | |
data | object | |
writer | ||
templateLocator | TemplateLocator | |
renderContextBehaviour | ||
return | System |