XmlAttributeAttribute Class |
Namespace: System.Xml.Serialization
public class XmlAttributeAttribute : Attribute
The XmlAttributeAttribute type exposes the following members.
Name | Description | |
---|---|---|
XmlAttributeAttribute |
Initializes a new instance of the System.Xml.Serialization.XmlAttributeAttribute
class.
| |
XmlAttributeAttribute(String) |
Initializes a new instance of the System.Xml.Serialization.XmlAttributeAttribute
class and specifies the name of the generated XML attribute.
| |
XmlAttributeAttribute(Type) |
Initializes a new instance of the System.Xml.Serialization.XmlAttributeAttribute
class.
| |
XmlAttributeAttribute(String, Type) |
Initializes a new instance of the System.Xml.Serialization.XmlAttributeAttribute
class.
|
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 | |
---|---|---|
AttributeName |
Gets or sets the name of the XML attribute.
| |
DataType |
Gets or sets the XSD data type of the XML attribute generated by the System.Xml.Serialization.XmlSerializer.
| |
Form |
Gets or sets a value that indicates whether the XML attribute name generated
by the System.Xml.Serialization.XmlSerializer is qualified.
| |
Namespace |
Gets or sets the XML namespace of the XML attribute.
| |
Type |
Gets or sets the complex type of the XML attribute.
|