Exemplo n.º 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();
 }
Exemplo n.º 2
0
 public DSVarArgFunction(FunctionDescriptor descriptor)
     : base(new ZeroTouchVarArgNodeController <FunctionDescriptor>(descriptor))
 {
     VarInputController = new ZeroTouchVarInputController(this);
 }
Exemplo n.º 3
0
 public DSVarArgFunction(FunctionDescriptor descriptor)
     : base(new ZeroTouchVarArgNodeController(descriptor))
 {
     VarInputController = new ZeroTouchVarInputController(this);
 }
Exemplo n.º 4
0
 public DSVarArgFunction(WorkspaceModel workspaceModel, FunctionDescriptor descriptor)
     : base(workspaceModel, new ZeroTouchVarArgNodeController(workspaceModel.DynamoModel.EngineController, descriptor))
 {
     VarInputController = new ZeroTouchVarInputController(this);
 }
Exemplo n.º 5
0
 public DSVarArgFunction(WorkspaceModel workspaceModel, FunctionDescriptor descriptor)
     : base(workspaceModel, new ZeroTouchVarArgNodeController(workspaceModel.DynamoModel.EngineController, descriptor))
 {
     VarInputController = new ZeroTouchVarInputController(this);
 }