Isam
|
The IsamDataFileBaseT type exposes the following members.
Name | Description | |
---|---|---|
Close | Closes the file. | |
CreateNewRecord | When overridden in a derived class, returns a new empty record. | |
Dispose | Releases all the resources used by the file. | |
Dispose(Boolean) | Releases the unmanaged resources used by the file and optionally releases the managed resources. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
|
Finalize |
Releases the unmanaged resources before the file is reclaimed by GC.
(Overrides ObjectFinalize) |
|
GetHashCode | Serves as the default hash function. (Inherited from Object) |
|
GetRecordSize | When overridden in a derived class, gets the size of a record (in bytes). | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
|
Initialize | Initializes the file. | |
Load | Loads records from disk into memory. | |
LoadSettings | Loads saved settings of the file from the config file if the PersistSettings property is set to true. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
|
OnDataLoaded | Raises the DataLoaded event. | |
OnDataLoading | Raises the DataLoading event. | |
OnDataSaved | Raises the DataSaved event. | |
OnDataSaving | Raises the DataSaving event. | |
OnFileModified | Raises the FileModified event. | |
Open | Opens the file. | |
Read | Reads file records from disk if records were not loaded in memory otherwise returns the records in memory. | |
Read(Int32) | Reads specified file record from disk if records were not loaded in memory otherwise returns the record in memory. | |
Save | Saves records loaded in memory to disk. | |
SaveSettings | Saves settings of the file to the config file if the PersistSettings property is set to true. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
|
Write(IEnumerableT) | Writes specified records to disk if records were not loaded in memory otherwise updates the records in memory. | |
Write(Int32, T) | Writes specified record to disk if records were not loaded in memory otherwise updates the record in memory. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
|
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |