IniIgnorePropertyAttribute Class

TG.INI

IniIgnorePropertyAttribute Class

Indicates that a property should be ignored when serializing.
Inheritance Hierarchy
SystemObject  SystemAttribute
    TG.INI.SerializationIniIgnorePropertyAttribute

Namespace:  TG.INI.Serialization
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public class IniIgnorePropertyAttribute : Attribute
Public Class IniIgnorePropertyAttribute
	Inherits Attribute
public ref class IniIgnorePropertyAttribute : public Attribute
type IniIgnorePropertyAttribute =  
    class
        inherit Attribute
    end

The IniIgnorePropertyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodIniIgnorePropertyAttribute
Default constructor where Ignore is true.
Public methodIniIgnorePropertyAttribute(Boolean)
Constructor where you define if the property should be ignored.
Top
Properties
  NameDescription
Public propertyIgnore
Should the property be ignored.
Public propertyTypeId (Inherited from Attribute.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Attribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also