Exemplo n.º 1
0
 public void ExportPhpScriptCode(ActionBranch currentAction, ActionBranch nextAction, System.Collections.Specialized.StringCollection jsCode, System.Collections.Specialized.StringCollection methodToCompile, LimnorDesigner.MethodBuilder.JsMethodCompiler data)
 {
     methodToCompile.Add(_script);
 }
Exemplo n.º 2
0
 public void ExportClientServerCode(ActionBranch currentAction, ActionBranch nextAction, ILimnorCodeCompiler compiler, MathExp.IMethodCompile methodToCompile, System.CodeDom.CodeMemberMethod method, System.CodeDom.CodeStatementCollection statements, bool debug, System.Collections.Specialized.StringCollection jsCode, System.Collections.Specialized.StringCollection methodCode, LimnorDesigner.MethodBuilder.JsMethodCompiler data)
 {
 }
Exemplo n.º 3
0
 public void ExportJavaScriptCode(LimnorDesigner.Action.ActionBranch currentAction, LimnorDesigner.Action.ActionBranch nextAction, System.Collections.Specialized.StringCollection jsCode, System.Collections.Specialized.StringCollection methodToCompile, LimnorDesigner.MethodBuilder.JsMethodCompiler data)
 {
 }