| XmlArrayAttribute Class |
Namespace: System.Xml.Serialization
public class XmlArrayAttribute : Attribute
The XmlArrayAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| XmlArrayAttribute |
Initializes a new instance of the System.Xml.Serialization.XmlArrayAttribute
class.
| |
| XmlArrayAttribute(String) |
Initializes a new instance of the System.Xml.Serialization.XmlArrayAttribute
class and specifies the XML element name generated in the XML document instance.
|
| Name | Description | |
|---|---|---|
| Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from Attribute.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ElementName |
Gets or sets the XML element name given to the serialized array.
| |
| Form |
Gets or sets a value that indicates whether the XML element name generated
by the System.Xml.Serialization.XmlSerializer is qualified or unqualified.
| |
| IsNullable |
Gets or sets a value that indicates whether the System.Xml.Serialization.XmlSerializer
must serialize a member as an empty XML tag with the xsi:nil attribute set
to true.
| |
| Namespace |
Gets or sets the namespace of the XML element.
| |
| Order |
Gets or sets the explicit order in which the elements are serialized or deserialized.
|