Click or drag to resize
FdoFeaturePropertyMerge Method
Merges specified object instance data with caller object data and stores result into the caller object. Provides optional resolution for merging caller and callee values.

Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public void Merge(
	IFdfEnumerable other,
	FdfMergeableResolution resolution = FdfMergeableResolution.None
)

Parameters

other
Type: FDF.CommonIFdfEnumerable
resolution (Optional)
Type: FDF.CommonFdfMergeableResolution

Implements

IFdfMergeableTMerge(T, FdfMergeableResolution)
Remarks