Click or drag to resize

BcfUndoSerializationServiceCreateRepository Method

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

Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.

Namespace:  CalculationWorks.BusinessModel.UndoRedo
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
protected abstract IBcfInternalUndoRepository CreateRepository(
	Stream indexFile,
	Stream dataFile,
	byte[] customHeader,
	bool includeInitialData
)

Parameters

indexFile
Type: System.IOStream
The stream representing the index-file.
dataFile
Type: System.IOStream
The stream representing the data-file.
customHeader
Type: SystemByte
The custom header bytes.
includeInitialData
Type: SystemBoolean
true to add the initial state as one transaction.

Return Value

Type: IBcfInternalUndoRepository
The new repository.
See Also