Click or drag to resize

IPersistStorage Interface

Provides persistence operations based on structured storage.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IPersistStorage

The IPersistStorage type exposes the following members.

Methods
 NameDescription
Public methodGetClassID Retrieves the class identifier.
Public methodHandsOffStorage Tells the object to release all storage-related resources.
Public methodInitNew Initializes a new storage object.
Public methodIsDirty Determines whether the object has changed since it was last saved.
Public methodLoad Loads the object from storage.
Public methodSave Saves the object to storage.
Public methodSaveCompleted Notifies the object that a save operation has completed.
Top
See Also