Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | Overloaded. (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. |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
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.Services3.Xml Namespace