Click or drag to resize

IFilterWidget Interface

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

The IFilterWidget type exposes the following members.

Methods
  NameDescription
Public methodWriteResponse
Write the widget content to the response object in JSON format.
Top
See Also