예제 #1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="DSVarArgFunction"/> class.
 /// </summary>
 /// <param name="descriptor">Function descritor.</param>
 public DSVarArgFunction(FunctionDescriptor descriptor)
     : base(new ZeroTouchVarArgNodeController <FunctionDescriptor>(descriptor))
 {
     VarInputController = new ZeroTouchVarInputController(this);
     defaultNumInputs   = descriptor.Parameters.Count();
 }
예제 #2
0
 public DSVarArgFunction(FunctionDescriptor descriptor)
     : base(new ZeroTouchVarArgNodeController <FunctionDescriptor>(descriptor))
 {
     VarInputController = new ZeroTouchVarInputController(this);
 }
예제 #3
0
 public DSVarArgFunction(FunctionDescriptor descriptor)
     : base(new ZeroTouchVarArgNodeController(descriptor))
 {
     VarInputController = new ZeroTouchVarInputController(this);
 }
예제 #4
0
 public DSVarArgFunction(WorkspaceModel workspaceModel, FunctionDescriptor descriptor)
     : base(workspaceModel, new ZeroTouchVarArgNodeController(workspaceModel.DynamoModel.EngineController, descriptor))
 {
     VarInputController = new ZeroTouchVarInputController(this);
 }
예제 #5
0
 public DSVarArgFunction(WorkspaceModel workspaceModel, FunctionDescriptor descriptor)
     : base(workspaceModel, new ZeroTouchVarArgNodeController(workspaceModel.DynamoModel.EngineController, descriptor))
 {
     VarInputController = new ZeroTouchVarInputController(this);
 }