TG.INI
IniEntry Class |
This is the base class that represents an INI entry.
Inheritance Hierarchy
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
The IniEntry type exposes the following members.
Constructors
Properties
Name | Description | |
---|---|---|
EntryType |
Gets the type of entry represented by EntryTypes.
| |
ParentDocument |
Gets the parent IniDocument.
| |
Value |
Gets or Sets the string value of the entry.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString |
Returns a string that represents the entry.
(Overrides ObjectToString.) |
Events
Name | Description | |
---|---|---|
ValueChanged |
Event that is called when a value has changed.
|
See Also