Endeca Presentation API
Filter Property
NamespacesEndeca.Navigation.AnalyticsExprAggregateFilter
Gets and sets the filter associated with this expression.
Declaration Syntax
C#Visual BasicVisual C++
public virtual IFilter Filter{ get; set;}
Public Overridable Property Filter As IFilter
public:
virtual property IFilter^ Filter {
	IFilter^ get ();
	void set (IFilter^ value);
}
Value
The filter (of type IFilter) associated with this expression.
Remarks
For the getter version, only records in the associated aggregate that satisfy the returned filter contribute to the derived value represented by this expression.

For the setter version, adding a filter to this expression causes only records that satisfy the filter to be taken into account by this aggregate.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0