Click or drag to resize
XmlIgnoreAttribute Class
Instructs the System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object) method of the System.Xml.Serialization.XmlSerializer not to serialize the public field or public read/write property value.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    System.Xml.SerializationXmlIgnoreAttribute

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

The XmlIgnoreAttribute type exposes the following members.

Constructors
  NameDescription
Public methodXmlIgnoreAttribute
Initializes a new instance of the System.Xml.Serialization.XmlIgnoreAttribute 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
See Also