Click or drag to resize

ITermRenderer Interface

Renderer associated with TermRefinementGroup.

Namespace:  Colygon.MatchPoint.Taxonomy.CompositeRefinement
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public interface ITermRenderer : IRenderer

The ITermRenderer type exposes the following members.

Methods
  NameDescription
Public methodGetOnRenderCompleteScript
Returns a JavaScript function, that is to be executed after the HTML of the corresponding IRefinementControl is refreshed.
(Inherited from IRenderer.)
Public methodRender
Renders the tree into the writer.
(Inherited from IRenderer.)
Top
See Also