Click or drag to resize

FileUndoHelperGetTransactionInfo Method

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

De-serializes the transaction info objects from undo-files.

Namespace:  CalculationWorks.BusinessModel.UndoSerialization
Assembly:  CalculationWorks.BusinessModel.UndoSerialization (in CalculationWorks.BusinessModel.UndoSerialization.dll) Version: 4.0.0-beta7
Syntax
public static IEnumerable<IBcfTransactionInfo> GetTransactionInfo(
	Stream indexFile,
	Stream dataFile,
	BcfDataSet dataSet
)

Parameters

indexFile
Type: System.IOStream
A navigable (file-) Stream.
dataFile
Type: System.IOStream
A navigable (file-) Stream.
dataSet
Type: CalculationWorks.BusinessModelBcfDataSet
The dataset.

Return Value

Type: IEnumerableIBcfTransactionInfo
Enumerable of deserialized transaction info.
Exceptions
ExceptionCondition
ArgumentNullExceptionindexFile or dataFile or dataSet is null.
See Also