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 |
---|
Type Parameters
- T
Types that implement IFdfMergeable<T>
Type | Description |
---|---|
FDF.Common.FdfNamedObject | Represents 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 |
FDF.Common.Features.FdoFeatureProperty | Represents |
FDF.Common.Runtime.FdfParameter |