CompilerRun Method (String, IElementModel, String) |
Compiles model to JavaScript
Namespace: FlexRule.JavaScriptAssembly: FlexRule.JavaScript (in FlexRule.JavaScript.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic string Run(
string logicName,
IElementModel model,
string basePath = null
)
Parameters
- logicName
- Type: SystemString
If alternative name is needed, can be provided - model
- Type: FlexRule.Core.ModelIElementModel
Model to be compiled to JavaScript - basePath (Optional)
- Type: SystemString
Base path to load related documents i.e. business glossary of terms
Return Value
Type:
String
See Also