The AppliedFiltersResult type exposes the following members.

Constructors

  NameDescription
AppliedFiltersResult
Initializes a new AppliedFiltersResult instance.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
ActiveSearchKeys
Gets a collection of SearchKeys that describe the properties, dimensions, or search interfaces that were searched against in the navigation query.
DimensionValues
Returns the collection of DimensionValue that have been selected by the user and are currently restricting the records returned by the navigation query.

The paths from dimension root to the dimension values in this collection are sometimes referred to as breadcrumbs, and are often rendered in a path-like fashion by an application.

EqlExpression
Gets the Endeca Query Language (EQL) expression that was applied to the navigation query.
RangeFilters
Gets the collection of RangeFilters that were applied to the navigation query.
RecordFilter
Gets the record filter that was applied to the navigation query.
SearchReports
Gets a collection of SearchReports that provide additional meta-information describing the results of text searches.

See Also