Click or drag to resize

FileUndoHelper Class

[This is preliminary documentation and is subject to change.]

Stream helper methods.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModel.UndoSerializationFileUndoHelper

Namespace:  CalculationWorks.BusinessModel.UndoSerialization
Assembly:  CalculationWorks.BusinessModel.UndoSerialization (in CalculationWorks.BusinessModel.UndoSerialization.dll) Version: 4.0.0-beta7
Syntax
public static class FileUndoHelper

The FileUndoHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCustomHeaderAsync
Asynchronously reads the custom header bytes from a undo-index-file.
Public methodStatic memberGetMostRecentTransactionIndex
Returns the last known transaction index. This is not necessarily the last index.
Public methodStatic memberGetTransactionInfo
De-serializes the transaction info objects from undo-files.
Top
See Also