Exemple #1
0
 //--- Constructors ---
 public FunctionDefinition(TestScriptService scriptService, string name) {
     _scriptService = scriptService;
     Name = name;
 }
Exemple #2
0
 //--- Constructors ---
 public ExecutionPlan(TestScriptService scriptService, string expr)
 {
     _scriptService = scriptService;
     Expr           = expr;
 }
 //--- Constructors ---
 public FunctionDefinition(TestScriptService scriptService, string name)
 {
     _scriptService = scriptService;
     Name           = name;
 }