7 [global::__DynamicallyInvokable]
10 private string attributeName;
16 private string dataType;
22 [global::__DynamicallyInvokable]
25 [global::__DynamicallyInvokable]
30 [global::__DynamicallyInvokable]
39 [global::__DynamicallyInvokable]
42 [global::__DynamicallyInvokable]
45 if (attributeName !=
null)
51 [global::__DynamicallyInvokable]
54 attributeName = value;
60 [global::__DynamicallyInvokable]
63 [global::__DynamicallyInvokable]
68 [global::__DynamicallyInvokable]
77 [global::__DynamicallyInvokable]
80 [global::__DynamicallyInvokable]
89 [global::__DynamicallyInvokable]
98 [global::__DynamicallyInvokable]
101 [global::__DynamicallyInvokable]
106 [global::__DynamicallyInvokable]
114 [global::__DynamicallyInvokable]
121 [global::__DynamicallyInvokable]
124 this.attributeName = attributeName;
129 [global::__DynamicallyInvokable]
138 [global::__DynamicallyInvokable]
141 this.attributeName = attributeName;
XmlAttributeAttribute(string attributeName, Type type)
Initializes a new instance of the T:System.Xml.Serialization.XmlAttributeAttribute class.
XmlAttributeAttribute(Type type)
Initializes a new instance of the T:System.Xml.Serialization.XmlAttributeAttribute class.
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 XML namespace of the XML attribute.
Specifies that the T:System.Xml.Serialization.XmlSerializer must serialize the class member as an XML...
Represents type declarations: class types, interface types, array types, value types,...
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
XmlAttributeAttribute(string attributeName)
Initializes a new instance of the T:System.Xml.Serialization.XmlAttributeAttribute class and specifie...
string DataType
Gets or sets the XSD data type of the XML attribute generated by the T:System.Xml....
XmlSchemaForm Form
Gets or sets a value that indicates whether the XML attribute name generated by the T:System....
XmlAttributeAttribute()
Initializes a new instance of the T:System.Xml.Serialization.XmlAttributeAttribute class.
string AttributeName
Gets or sets the name of the XML attribute.