Click or drag to resize
IFdfMergeableT Interface
Interface providing data merging capabilities of two or more object instances.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IFdfMergeable<T>

Type Parameters

T

The IFdfMergeableT type exposes the following members.

Methods
  NameDescription
Public methodMerge
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.
Top
Remarks
See Also