Click or drag to resize
XmlQualifiedName Class
Represents an XML qualified name.
Inheritance Hierarchy
SystemObject
  System.XmlXmlQualifiedName

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
[SerializableAttribute]
public class XmlQualifiedName

The XmlQualifiedName type exposes the following members.

Constructors
  NameDescription
Public methodXmlQualifiedName
Initializes a new instance of the System.Xml.XmlQualifiedName class.
Public methodXmlQualifiedName(String)
Initializes a new instance of the System.Xml.XmlQualifiedName class with the specified name.
Public methodXmlQualifiedName(String, String)
Initializes a new instance of the System.Xml.XmlQualifiedName class with the specified name and namespace.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified System.Xml.XmlQualifiedName object is equal to the current System.Xml.XmlQualifiedName object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns the hash code for the System.Xml.XmlQualifiedName.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the string value of the System.Xml.XmlQualifiedName.
(Overrides ObjectToString.)
Public methodStatic memberToString(String, String)
Returns the string value of the System.Xml.XmlQualifiedName.
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two System.Xml.XmlQualifiedName objects.
Public operatorStatic memberInequality
Compares two System.Xml.XmlQualifiedName objects.
Top
Fields
  NameDescription
Public fieldStatic memberEmpty
Provides an empty System.Xml.XmlQualifiedName.
Top
Properties
  NameDescription
Public propertyIsEmpty
Gets a value indicating whether the System.Xml.XmlQualifiedName is empty.
Public propertyName
Gets a string representation of the qualified name of the System.Xml.XmlQualifiedName.
Public propertyNamespace
Gets a string representation of the namespace of the System.Xml.XmlQualifiedName.
Top
See Also