OpenAttributeElement Members
Provides the default implementation for a class that represents an XML element that allows any attribute.
The following tables list the members exposed by the OpenAttributeElement type.
Protected Constructors
Name | Description | |
---|---|---|
OpenAttributeElement | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
AnyAttributes | Gets the collection of XML attributes 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 OpenAttributeElement. | |
LoadXml | When overridden in a derived class, loads the contents of the specified XML element into properties of the OpenAttributeElement. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
GetXmlAttributes | Appends the child attributes of the OpenAttributeElement to the specified XML element. | |
LoadXmlAttributes | Adds the attributes of the specified XML element to the AnyAttributes property. | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
OpenAttributeElement Class
Microsoft.Web.Services2.Xml Namespace