QualifiedName
QualifiedName class
XML schema type “QName” as defined in the http://www.w3.org/2001/XMLSchema namespace.
public class QualifiedName
Constructors
Properties
Name |
Description |
LocalName { get; set; } |
Gets or sets the local name of the qualified name. |
Namespace { get; set; } |
Gets or sets the namespace of the qualified name. |
NamespaceUri { get; set; } |
Gets or sets the namespace URI of the qualified name. |
Methods
Name |
Description |
override Equals(object) |
Check whether this qualified name is equal with the object. |
override GetHashCode() |
Gets the hash code. |
override ToString() |
Get the object as string. |
See Also