 | 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-beta6
Syntaxprotected abstract IBcfInternalUndoRepository CreateRepository(
Stream indexFile,
Stream dataFile,
byte[] customHeader,
bool includeInitialData
)
Protected MustOverride Function CreateRepository (
indexFile As Stream,
dataFile As Stream,
customHeader As Byte(),
includeInitialData As Boolean
) As IBcfInternalUndoRepository
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:
IBcfInternalUndoRepositoryThe new repository.
Version InformationBCF
Supported in: 4.0
See Also