Click or drag to resize

BcfChangeSet Constructor

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

Creates a new instance.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfChangeSet(
	ImmutableHashSet<BcfRow> addedRows,
	ImmutableHashSet<BcfRow> removedRows,
	ImmutableHashSet<BcfCell> updatedCells,
	ImmutableHashSet<BcfParentRelationCell> updatedParentRow,
	ImmutableHashSet<BcfChildRelationCell> updatedChildRows
)

Parameters

addedRows
Type: ImmutableHashSetBcfRow
Added rows.
removedRows
Type: ImmutableHashSetBcfRow
Removed rows.
updatedCells
Type: ImmutableHashSetBcfCell
Updated cells.
updatedParentRow
Type: ImmutableHashSetBcfParentRelationCell
Changed parentrow cells.
updatedChildRows
Type: ImmutableHashSetBcfChildRelationCell
Changed childrow cells.
See Also