Click or drag to resize

BcfUndoSerializationServiceCreateRepository Method

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.2.0
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
to add the initial state as one transaction.

Return Value

Type: IBcfInternalUndoRepository
The new repository.
See Also