Overload | Description |
---|---|
UANodeElement Constructor() | Initializes a new instance of the class with default data. |
UANodeElement Constructor(IUANodeElement) | Initializes a new copy of the object. |
UANodeElement Constructor(UANodeId) | Initializes a new instance of the class, specifying the node Id. |
UANodeElement Constructor(UANodeId,UANodeClass,UAQualifiedName,String,UANodeId) | Initializes a new instance of the class, without the reference type Id and browse path. |
UANodeElement Constructor(UANodeId,UANodeClass,UAQualifiedName,String,UANodeId,UANodeId,Boolean) | Initializes a new instance of the class, without a browse path. |
UANodeElement Constructor(UANodeId,UANodeClass,UAQualifiedName,String,UANodeId,UANodeId,Boolean,UABrowsePath) | Initializes a new instance of the class, specifying all its properties individually. |
UANodeElement Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |