Share via


QualifiedNameElement Members

Provides the default implementation for a class that represents an XML element that contains an XML qualified name and its namespace prefix.

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

Protected Constructors

  Name Description
QualifiedNameElement Overloaded.  

Top

Public Properties

  Name Description
public property Value Gets the QualifiedName associated with the element.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method GetXml When overridden in a derived class, generates an XML representation of the QualifiedNameElement.
public method LoadXml When overridden in a derived class, loads the contents of the specified XML element into properties of the QualifiedNameElement.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method GetXmlElements Sets the inner text and namespace declarations for an XML element.
protected method LoadXmlAttributes When overridden in a derived class, adds the attributes of the specified XML element to the object's collection of attributes.
protected method LoadXmlElements Loads the qualified name from the specified XML element and assigns it to the Value property.
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

QualifiedNameElement Class
Microsoft.Web.Services3.Xml Namespace