Click or drag to resize

FlatTermRenderer Class

Renders a term refinement tree.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Taxonomy.CompositeRefinement
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public sealed class FlatTermRenderer : FlatChoiceRenderer, 
	ITermRenderer, IRenderer

The FlatTermRenderer type exposes the following members.

Constructors
  NameDescription
Public methodFlatTermRenderer
Initializes a new instance of the FlatTermRenderer class
Top
Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOnRenderCompleteScript (Inherited from FlatChoiceRenderer.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRender (Inherited from FlatChoiceRenderer.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldNumberOfElements
Specifies the number of shown elements within the refinement control.
(Inherited from FlatChoiceRenderer.)
Public fieldShowMoreLimit
Specifies the number of elements search-able in the show-more call-out.
(Inherited from FlatChoiceRenderer.)
Public fieldShowMoreNumberOfElements
Specifies the number of elements shown in the show-more call-out.
(Inherited from FlatChoiceRenderer.)
Top
See Also