Click or drag to resize
IFdfSerializable Interface
Interface providing feature instance serialization capabilities.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IFdfSerializable

The IFdfSerializable type exposes the following members.

Methods
  NameDescription
Public methodGetFeature
Returns feature instance from current object.
Public methodSetFeature
Sets object instance properties from specified feature. Returns True if conversion was successful, otherwise returns False.
Top
Remarks
See Also