Share via


QualifiedName Members

Represents an XML qualified name and its namespace prefix.

The following tables list the members exposed by the QualifiedName type.

Public Constructors

  Name Description
QualifiedName Overloaded.  

Top

Public Properties

  Name Description
public property IsEmpty  (inherited from XmlQualifiedName )
public property Name  (inherited from XmlQualifiedName )
public property Namespace  (inherited from XmlQualifiedName )
public property Prefix Gets the namespace prefix associated with the QualifiedName.
public property Value Gets the qualified name (QName ).

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  (inherited from XmlQualifiedName )
public method static FromString Parses a qualified name in string representation into a QualifiedName instance, using the specified XML node context.
public method static FromXmlAttribute Parses the inner text of an System.Xml.XmlAttribute into a QualifiedName instance.
public method static FromXmlElement Parses the inner text of an System.Xml.XmlElement into a QualifiedName instance.
public method GetHashCode  (inherited from XmlQualifiedName )
public method GetInnerXml Overloaded.  
public method GetType  (inherited from Object )
public method ToString  (inherited from XmlQualifiedName )

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )

Top

See Also

Reference

QualifiedName Class
Microsoft.Web.Services2.Xml Namespace