Click or drag to resize

IAutosaveEnabled Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Classes that support autosave registration

Namespace:  imbSCI.Data.interfaces
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public interface IAutosaveEnabled
Request Example View Source

The IAutosaveEnabled type exposes the following members.

Properties
  NameDescription
Public propertylogContent
Gets the content of the log.
Public propertyVAR_FilenameBase
The root base of filename (without extension) for autosave.
Public propertyVAR_FilenameExtension
Gets the variable filename extension.
Public propertyVAR_FilenamePrefix
Gets the variable filename prefix to be used
Public propertyVAR_FolderPathForAutosave
Gets the variable folder path for autosave.
Public propertyVAR_RegisterForAutosave
Gets a value indicating whether the instance should be registered for autosave call on application close
Top
See Also