Method | Description | |
---|---|---|
Evaluate ( TemplateContext context ) : void |
Method | Description | |
---|---|---|
EvaluateImpl ( TemplateContext context ) : void | ||
Loop ( TemplateContext context, int index ) : bool |
Base implementation for a loop single iteration
|
public Evaluate ( TemplateContext context ) : void | ||
context | TemplateContext | |
return | void |
protected abstract EvaluateImpl ( TemplateContext context ) : void | ||
context | TemplateContext | |
return | void |
protected Loop ( TemplateContext context, int index ) : bool | ||
context | TemplateContext | The context |
index | int | The index in the loop |
return | bool |