Example #1
0
 protected FunctionCallBase(WorkspaceModel workspace, FunctionCallNodeController controller)
     : base(workspace)
 {
     Controller = controller;
     Controller.SyncNodeWithDefinition(this);
 }
Example #2
0
 protected FunctionCallBase(FunctionCallNodeController controller)
 {
     Controller = controller;
     Controller.SyncNodeWithDefinition(this);
 }
Example #3
0
 protected FunctionCallBase(WorkspaceModel workspace, FunctionCallNodeController controller) 
     : base(workspace)
 {
     Controller = controller;
     Controller.SyncNodeWithDefinition(this);
 }