TaxonomyFilterGenerator Members
Include Protected Members
Include Inherited Members
Generates refinement filters based on taxonomy for a Refinement Panel Web Part.
The TaxonomyFilterGenerator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TaxonomyFilterGenerator() | Initializes a new instance of the TaxonomyFilterGenerator class. | |
TaxonomyFilterGenerator(RefinementManager, List<FilterCategory>) | Initializes a new instance of the TaxonomyFilterGenerator class with the specified refinement manager and filter categories. |
Top
Properties
Name | Description | |
---|---|---|
FilterType | Gets the filter type that this concrete filter generator class handles. | |
NumberOfCharsToDisplay | (Inherited from RefinementFilterGenerator.) | |
ParentRefinementManager | (Inherited from RefinementFilterGenerator.) |
Top
Methods
Name | Description | |
---|---|---|
ConstructQueryString | Constructs a query string for the specified property. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCategoryConstraints | (Inherited from RefinementFilterGenerator.) | |
GetHashCode | (Inherited from Object.) | |
GetRefinement | Gets the refinement XML based on the refinement data. (Overrides RefinementFilterGenerator.GetRefinement(Dictionary<String, Dictionary<String, RefinementDataElement>>, XmlDocument, Int32).) | |
GetType | (Inherited from Object.) | |
GetUrl | Gets the URL that redirects the user to the filter results page. | |
MemberwiseClone | (Inherited from Object.) | |
ParseMetadataProperty | Expands the value of a metadata property into a list of metadata information. | |
ParseSocialTagProperty | Expands the value of a social tag property into a list of metadata information. | |
SetRelevantFilterCategories | (Inherited from RefinementFilterGenerator.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
_Categories | Stores the refinement filter categories. (Inherited from RefinementFilterGenerator.) | |
_IsInitialized | Indicates (Inherited from RefinementFilterGenerator.) |
Top