Click or drag to resize

IsisSettingDataManager Class

The data manager that allows to read and write ISIS settings to file or stream in XML format.
Inheritance Hierarchy
SystemObject
  Atalasoft.IsisIsisSettingDataManager

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class IsisSettingDataManager : ISettingDataManager, 
	IDisposable

The IsisSettingDataManager type exposes the following members.

Constructors
  NameDescription
Public methodIsisSettingDataManager(Stream)
Creates a new instance of IsisSettingDataManager class.
Public methodIsisSettingDataManager(String)
Creates a new instance of IsisSettingDataManager class.
Top
Properties
  NameDescription
Protected propertyInnerStream
Gets stream.
Top
Methods
  NameDescription
Public methodClose
Closes data manager.
Public methodDispose
Closes file stream and releases resources back to the system.
Protected methodDispose(Boolean)
Closes file stream and releases resources back to the system.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
IsisSettingDataManager destructor.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnBeginRead
The method is called before IsisSettingData is being read.
Protected methodOnBeginWrite
The method is called before IsisSettingData is being written.
Protected methodOnEndRead
The method is called after the IsisSettingData is read.
Protected methodOnEndWrite
The method is called after IsisSettingData is written.
Protected methodOnReadSetting
The method is called in order to read settings data.
Protected methodOnWriteSetting
The method is called in order to write IsisSettingData.
Public methodOpen
Opens data manager in order to start reading and/or writing settings data.
Public methodReadSetting
Read settings data.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteSetting
Write settings data.
Top
See Also