Dynamicweb.Extensibility.Searching.eCommerce Namespace : Filter Class |
The following tables list the members exposed by Filter.
Name | Description | |
---|---|---|
![]() | Filter Constructor | Initializes a new instance of an object. |
Name | Description | |
---|---|---|
![]() | Context | Gets or sets the execution context. |
![]() | Definition | Gets the reference to a definition used to create an instance of this filter. |
![]() | IsApplied | Gets value indicating whether filter is applied according to current request. |
![]() | IsVisible | Gets value indicating whether filter can be displayed under the current pageview. |
![]() | Items | Gets the custom storage that is dependent on a current HTTP context. |
![]() | Name | Gets or sets the name of the filter. |
![]() | TagName | Gets or sets the tagname for the specific filter renderer. |
![]() | Template | Gets or sets the virtual path to the template file. |
Name | Description | |
---|---|---|
![]() | BulkEstimateResults | Overloaded. Returns an estimated number of search results for each set of matching items. |
![]() | CompareTo | Comparse one filter to another one. |
![]() | ComposeQuery | Retrieves a part of the search query based on the filter properties. |
![]() | EstimateResults | Returns an estimated number of search results for the current query. |
![]() | FormatNumber | Returns the formatted version of the specified number according to current culture. |
![]() | GetCssClass | Overloaded. Returns a CSS class for this filter. |
![]() | GetGlobalQueryConstraint | Retrieves a query constraint that is globally defined according to current module settings. |
![]() | GetIdSuitableString | Gets the id suitable string. (Inherited from Dynamicweb.Extensibility.ConfigurableAddIn) |
![]() | GetParametersToXML | Overloaded. Gets the parameters to XML. (Inherited from Dynamicweb.Extensibility.ConfigurableAddIn) |
![]() | LoadParametersFromXML | Loads the parameters from XML. (Inherited from Dynamicweb.Extensibility.ConfigurableAddIn) |
![]() | Render | Renders a filter on a frontend. |
![]() | RenderAdditionalContent | (Inherited from Dynamicweb.Extensibility.ConfigurableAddIn) |
![]() | RenderStandardTags | Renders standard filter tags like name or tag name. |
![]() | Request | Overloaded. Gets the request parameter value (default parameter). |
![]() | Setup | Initializes the filter. |
![]() | UpdateFromPost | Updates from post back. (Inherited from Dynamicweb.Extensibility.ConfigurableAddIn) |
Name | Description | |
---|---|---|
![]() | MatchesRequest | Determines whether filter's current value (fully or artially) matches the given value. |