IniPropertyAttribute Class

TG.INI

IniPropertyAttribute Class

This attribute can be used to indicate that a private property should be serialized or to serialize/deserialize a property as a different name.
Inheritance Hierarchy
SystemObject  SystemAttribute
    TG.INI.SerializationIniPropertyAttribute

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

The IniPropertyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodIniPropertyAttribute
Initializes a new instance of the IniPropertyAttribute class
Top
Properties
  NameDescription
Public propertyHasPropertyNameOverride
Gets whether the PropertyNameOverride has been set with a value.
Public propertyPropertyNameOverride
Gets an overridden property name.
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