| XmlTypeAttribute Class |
Namespace: System.Xml.Serialization
public class XmlTypeAttribute : Attribute
The XmlTypeAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| XmlTypeAttribute |
Initializes a new instance of the System.Xml.Serialization.XmlTypeAttribute
class.
| |
| XmlTypeAttribute(String) |
Initializes a new instance of the System.Xml.Serialization.XmlTypeAttribute
class and specifies the name of the XML type.
|
| 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 | |
|---|---|---|
| AnonymousType |
Gets or sets a value that determines whether the resulting schema type is
an XSD anonymous type.
| |
| IncludeInSchema |
Gets or sets a value that indicates whether to include the type in XML schema
documents.
| |
| Namespace |
Gets or sets the namespace of the XML type.
| |
| TypeName |
Gets or sets the name of the XML type.
|