Overload | Description |
---|---|
UAQualifiedName Constructor() | Initializes a new instance of the class with default data. |
UAQualifiedName Constructor(Int32,String) | Initializes a new instance of the class, specifying the namespace index, and the name. |
UAQualifiedName Constructor(Int32,String,String) | Initializes a new instance of the class, specifying the namespace index, namespace URI string, and the name. |
UAQualifiedName Constructor(String) | Initializes a new instance of the class, specifying the expanded text of the qualified name. |
UAQualifiedName Constructor(String,String) | |
UAQualifiedName Constructor(UAQualifiedName) | Initializes a new copy of the object. |