The members of System.Xml.Serialization.XmlArrayItemAttribute are listed below.
See Also: Inherited members from System.Attribute
Initializes a new instance of the System.Xml.Serialization.XmlArrayItemAttribute class. | ||
Initializes a new instance of the System.Xml.Serialization.XmlArrayItemAttribute class and specifies the name of the XML element generated in the XML document. | ||
Initializes a new instance of the System.Xml.Serialization.XmlArrayItemAttribute class and specifies the Type that can be inserted into the serialized array. | ||
Initializes a new instance of the System.Xml.Serialization.XmlArrayItemAttribute class and specifies the name of the XML element generated in the XML document and the Type that can be inserted into the generated XML document. |
DataType | string.
Gets or sets the XML data type of the generated XML element. | |
ElementName | string.
Gets or sets the name of the generated XML element. | |
Form | System.Xml.Schema.XmlSchemaForm.
Gets or sets a value that indicates whether the name of the generated XML element is qualified. | |
IsNullable | bool.
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 | string.
Gets or sets the namespace of the generated XML element. | |
NestingLevel | int.
Gets or sets the level in a hierarchy of XML elements that the System.Xml.Serialization.XmlArrayItemAttribute affects. | |
Type | Type.
Gets or sets the type allowed in an array. |