Minimal interface for custom filter widgets.
For ease of implementation, filter widgets should be derived from
FilterWidgetBase.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public interface IFilterWidget
Public Interface IFilterWidget
The IFilterWidget type exposes the following members.
Methods
| Name | Description |
---|
| WriteResponse |
Write the widget content to the response object in JSON format.
|
TopSee Also