IniEntry Class

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
public abstract class IniEntry
Public MustInherit Class IniEntry
public ref class IniEntry abstract
[<AbstractClassAttribute>]
type IniEntry =  class end

The IniEntry type exposes the following members.

Constructors
  NameDescription
Protected methodIniEntry
Initializes a new instance of the IniEntry class
Top
Properties
  NameDescription
Public propertyEntryType
Gets the type of entry represented by EntryTypes.
Public propertyParentDocument
Gets the parent IniDocument.
Public propertyValue
Gets or Sets the string value of the entry.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the entry.
(Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventValueChanged
Event that is called when a value has changed.
Top
See Also