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 | |
---|---|---|
AnyElements | Gets the collection of child XML elements for the element. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
GetXml | When overridden in a derived class, generates an XML representation of the OpenElementElement. | |
LoadXml | When overridden in a derived class, loads the contents of the specified XML element into properties of the OpenElementElement. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
GetXmlAttributes | When overridden in a derived class, appends the child attributes of the OpenElementElement to the specified XML element. | |
GetXmlElements | Appends the child elements of the OpenElementElement to the specified XML element. | |
LoadXmlAttributes | When overridden in a derived class, adds the attributes of the specified XML element to a collection of attributes. | |
LoadXmlElements | Adds the contents of the specified XML element to the AnyElements property. | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
OpenElementElement Class
Microsoft.Web.Services2.Xml Namespace