Interface providing data merging capabilities of two or more object instances.


Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll)

Syntax

Visual Basic (Declaration)
Public Interface IFdfMergeable(Of T)
C#
public interface IFdfMergeable<T>
C++
interface class IFdfMergeable<T>
J#
public interface IFdfMergeable<T>
JScript
JScript does not support generic types and methods.

Type Parameters

T

Types that implement IFdfMergeable<T>

TypeDescription
FDF.Common.FdfNamedObjectRepresents a base class for objects with named instances. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
FDF.Common.FdfNamedObjectReferenceList<T> 
FDF.Common.FdfNamedObjectSet<T>Represents a set of named members.
FDF.Common.Features.FdoFeaturePropertyRepresents feature property.
FDF.Common.Runtime.FdfParameter 

See Also