Click or drag to resize

BcfChangeSetUnion Method

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.2.0
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