| Overload | Description | 
|---|---|
| DANodeElement Constructor() | Initializes a new instance of the class with default data. | 
| DANodeElement Constructor(DANodeDescriptor) | Initializes a new instance of the node element, with information from given node descriptor. | 
| DANodeElement Constructor(DANodeElement) | Initializes a new copy of the DANodeElement object. | 
| DANodeElement Constructor(String,BrowsePath,String,String,Boolean,Boolean,Boolean) | Initializes a new instance of the class with given data. | 
| DANodeElement Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |