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
Namespace: TG.INI.Serialization
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
The IniPropertyAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IniPropertyAttribute | Initializes a new instance of the IniPropertyAttribute class |
Properties
Name | Description | |
---|---|---|
HasPropertyNameOverride |
Gets whether the PropertyNameOverride has been set with a value.
| |
PropertyNameOverride |
Gets an overridden property name.
| |
TypeId | (Inherited from Attribute.) |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Attribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also