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. Initializes a new instance of the OpenAttributeElement class. |
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 | 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 OpenAttributeElement. | |
LoadXml | When overridden in a derived class, loads the contents of the specified XML element into properties of the OpenAttributeElement. | |
ReferenceEquals | (Inherited from Object ) | |
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.Services3.Xml Namespace