The members of System.Xml.XmlQualifiedName are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Xml.XmlQualifiedName class. | ||
Initializes a new instance of the System.Xml.XmlQualifiedName class with the specified name. | ||
Initializes a new instance of the System.Xml.XmlQualifiedName class with the specified name and namespace. |
static readonly | Empty | XmlQualifiedName.
Provides an empty System.Xml.XmlQualifiedName. |
[read-only] | IsEmpty | bool.
Gets a value indicating whether the System.Xml.XmlQualifiedName is empty. |
[read-only] | Name | string.
Gets a string representation of the qualified name of the System.Xml.XmlQualifiedName. |
[read-only] | Namespace | string.
Gets a string representation of the namespace of the System.Xml.XmlQualifiedName. |
override | Equals(object)
| |
override | GetHashCode()
| |
override | ToString()
| |
static | ToString(string, string)
|
static | Equality(XmlQualifiedName, XmlQualifiedName) |
Compares two System.Xml.XmlQualifiedName objects. |
static | Inequality(XmlQualifiedName, XmlQualifiedName) |
Compares two System.Xml.XmlQualifiedName objects. |