System.Xml.Serialization.XmlAttributeOverrides Members

The members of System.Xml.Serialization.XmlAttributeOverrides are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Xml.Serialization.XmlAttributeOverrides class.

Public Properties

[read-only]
default property
Item(Type)XmlAttributes. Documentation for this section has not yet been entered.
[read-only]
default property
Item(Type, string)XmlAttributes. Documentation for this section has not yet been entered.

Public Methods

Add(Type, XmlAttributes)

Adds an System.Xml.Serialization.XmlAttributes object to the collection of System.Xml.Serialization.XmlAttributes objects. The type parameter specifies an object to be overridden by the System.Xml.Serialization.XmlAttributes object.

Add(Type, string, XmlAttributes)

Adds an System.Xml.Serialization.XmlAttributes object to the collection of System.Xml.Serialization.XmlAttributes objects. The type parameter specifies an object to be overridden. The member parameter specifies the name of a member that is overridden.