IConsoleTemplate Methods |
The IConsoleTemplate type exposes the following members.
Name | Description | |
---|---|---|
EvaluateEnableRule |
Evaluate the javascript "EnableRule" expression against the main renderer's mapper, evaluate the result as javascript,
and return the result as true/false.
If an error occurs while evaluating the expression, then a message will be returned
in errorMessage and the function will return false.
Note that if the mapper has no records then the expression is not evaluated and false is always returned.
|