OpenElementElement Members

Provides the default implementation for a class that represents an XML element that allows any element as a child.

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

Protected Constructors

  Name Description
OpenElementElement  

Top

Public Properties

  Name Description
public property AnyElements Gets the collection of child XML elements for 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 OpenElementElement.
public method LoadXml When overridden in a derived class, loads the contents of the specified XML element into properties of the OpenElementElement.
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 GetXmlAttributes When overridden in a derived class, appends the child attributes of the OpenElementElement to the specified XML element.
protected method GetXmlElements Appends the child elements of the OpenElementElement to the specified XML element.
protected method LoadXmlAttributes When overridden in a derived class, adds the attributes of the specified XML element to a collection of attributes.
protected method LoadXmlElements Adds the contents of the specified XML element to the AnyElements property.
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

OpenElementElement Class
Microsoft.Web.Services3.Xml Namespace