Click or drag to resize
XmlIncludeAttribute Class
Allows the System.Xml.Serialization.XmlSerializer to recognize a type when it serializes or deserializes an object.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    System.Xml.SerializationXmlIncludeAttribute

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public class XmlIncludeAttribute : Attribute

The XmlIncludeAttribute type exposes the following members.

Constructors
  NameDescription
Public methodXmlIncludeAttribute
Initializes a new instance of the System.Xml.Serialization.XmlIncludeAttribute class.
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyType
Gets or sets the type of the object to include.
Top
See Also