This constructor is used for the derived classes.
Creates a new empty node.
public Node();
Create empty node, with selected named fields.
public Node(Mapping);
Copy constructor.
public Node(Node);
Create empty node, with selected number of fields without names.
public Node(int);
This constructor is used for the derived classes.
protected Node(int,int);
Creates new Node, with chosen template indices and field names, without data.
public Node(int,int,Mapping);
Creates new node, with chosen template indices and data without field names.
public Node(int,int,ICollection);
Creates new node, with chosen template indices and mapped data.
public Node(int,int,ICollection,Mapping);
Creates new node, with chosen template indices, without data and field names.
public Node(int,int,int);
Node Class | Resco.Controls.AdvancedTree Namespace