IniEntry Class
From TG.INI
TG.INI
IniEntry Class |
This is the base class that represents an INI entry.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
The IniEntry type exposes the following members.
| 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.
|
| 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.) |
| Name | Description | |
|---|---|---|
| ValueChanged |
Event that is called when a value has changed.
|