Click or drag to resize

BcfChangeSetUnion Method

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

Returns a change-set containing items of current and specfied other change-set.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfChangeSet Union(
	BcfChangeSet other
)

Parameters

other
Type: CalculationWorks.BusinessModelBcfChangeSet
The change-set to union with.

Return Value

Type: BcfChangeSet
A change-set containing items of current and specfied other change-set.
See Also