IsisSettingDataManager Class |
Namespace: Atalasoft.Isis
The IsisSettingDataManager type exposes the following members.
Name | Description | |
---|---|---|
IsisSettingDataManager(Stream) |
Creates a new instance of IsisSettingDataManager class.
| |
IsisSettingDataManager(String) |
Creates a new instance of IsisSettingDataManager class.
|
Name | Description | |
---|---|---|
InnerStream |
Gets stream.
|
Name | Description | |
---|---|---|
Close |
Closes data manager.
| |
Dispose |
Closes file stream and releases resources back to the system.
| |
Dispose(Boolean) |
Closes file stream and releases resources back to the system.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | IsisSettingDataManager destructor.
(Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnBeginRead |
The method is called before IsisSettingData is being read.
| |
OnBeginWrite |
The method is called before IsisSettingData is being written.
| |
OnEndRead |
The method is called after the IsisSettingData is read.
| |
OnEndWrite |
The method is called after IsisSettingData is written.
| |
OnReadSetting |
The method is called in order to read settings data.
| |
OnWriteSetting |
The method is called in order to write IsisSettingData.
| |
Open |
Opens data manager in order to start reading and/or writing settings data.
| |
ReadSetting |
Read settings data.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WriteSetting |
Write settings data.
|