7 [global::__DynamicallyInvokable]
10 private string elementName;
14 private bool nullable;
18 private int order = -1;
22 [global::__DynamicallyInvokable]
25 [global::__DynamicallyInvokable]
28 if (elementName !=
null)
34 [global::__DynamicallyInvokable]
43 [global::__DynamicallyInvokable]
46 [global::__DynamicallyInvokable]
51 [global::__DynamicallyInvokable]
61 [global::__DynamicallyInvokable]
64 [global::__DynamicallyInvokable]
69 [global::__DynamicallyInvokable]
78 [global::__DynamicallyInvokable]
81 [global::__DynamicallyInvokable]
86 [global::__DynamicallyInvokable]
95 [global::__DynamicallyInvokable]
98 [global::__DynamicallyInvokable]
103 [global::__DynamicallyInvokable]
108 throw new ArgumentException(Res.GetString(
"XmlDisallowNegativeValues"),
"Order");
115 [global::__DynamicallyInvokable]
122 [global::__DynamicallyInvokable]
125 this.elementName = elementName;
XmlSchemaForm Form
Gets or sets a value that indicates whether the XML element name generated by the T:System....
XmlSchemaForm
Indicates if attributes or elements need to be qualified with a namespace prefix.
Represents the base class for custom attributes.
string Namespace
Gets or sets the namespace of the XML element.
XmlArrayAttribute(string elementName)
Initializes a new instance of the T:System.Xml.Serialization.XmlArrayAttribute class and specifies th...
bool IsNullable
Gets or sets a value that indicates whether the T:System.Xml.Serialization.XmlSerializer must seriali...
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
The exception that is thrown when one of the arguments provided to a method is not valid.
string ElementName
Gets or sets the XML element name given to the serialized array.
XmlArrayAttribute()
Initializes a new instance of the T:System.Xml.Serialization.XmlArrayAttribute class.
int Order
Gets or sets the explicit order in which the elements are serialized or deserialized.
Specifies that the T:System.Xml.Serialization.XmlSerializer must serialize a particular class member ...