| C1.C1DataExtender.2 Assembly > C1.C1DataExtender Namespace > ViewNode Class : ViewNode Constructor |
| Overload | Description |
|---|---|
| ViewNode Constructor(DataTable) | Creates a new instance of the ViewNode class that represents a specified DataTable. |
| ViewNode Constructor(DataTable,String) | Creates a new instance of the ViewNode class that represents a specified DataTable with a specified alias used to reference this node in the owner C1ViewModel. |
| ViewNode Constructor(String) | Creates a new instance of the ViewNode class that represents a DataTable with a specified name. |
| ViewNode Constructor(String,String) | Creates a new instance of the ViewNode class that represents a DataTable with a specified name and alias used to reference this node in the owner C1ViewModel.. |