System.Xml.XmlQualifiedName Members

The members of System.Xml.XmlQualifiedName are listed below.

See Also: Inherited members from System.Object

Public Constructors

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.

Public Fields

static readonly
EmptyXmlQualifiedName.

Provides an empty System.Xml.XmlQualifiedName.

Public Properties

[read-only]
IsEmptybool.

Gets a value indicating whether the System.Xml.XmlQualifiedName is empty.

[read-only]
Namestring.

Gets a string representation of the qualified name of the System.Xml.XmlQualifiedName.

[read-only]
Namespacestring.

Gets a string representation of the namespace of the System.Xml.XmlQualifiedName.

Public Methods

override
Equals(object) : bool

Determines whether the specified System.Xml.XmlQualifiedName object is equal to the current System.Xml.XmlQualifiedName object.

override
GetHashCode() : int

Returns the hash code for the System.Xml.XmlQualifiedName.

override
ToString() : string

Returns the string value of the System.Xml.XmlQualifiedName.

static
ToString(string, string) : string

Returns the string value of the System.Xml.XmlQualifiedName.

Public Operators