Click or drag to resize
IFdfEditable Interface
Interface providing customized object instance reflection capabilities.

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

The IFdfEditable type exposes the following members.

Methods
  NameDescription
Public methodGetProperties
Returns properties associated with the object instance during run-time.
Top
Remarks
Commonly used to display object instance properties via property grid during run-time.
See Also