IMsAggregationFilter

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsAggregationFilter interface includes properties used to work with aggregation filter.

Inheritance Hierarchy

          INamedEntityModel

          IMsAggregationFilter

Comments

To work with the collection of aggregation filters, use the IMsAggregationFilterList interface.

Properties

  Property name Brief description
The AdvancedFilter property returns advanced filter parameters
The AggregationGroup property determines the group, by which aggregation is executed.
The AggregationParamID property determines identifier of the parameters used to determine aggregated elements.
The AggregationSelection property determines the selection used to determine aggregated elements.
The FilterDimension property returns filtered dimension.
The OutputParamID property determines the parameter, to which filter selection is saved in each calculation iteration.
The UseParamAsGroup property determines whether the parameter is a group of elements.

Properties inherited from INamedEntityModel

  Property name Brief description
The Id property returns the object identifier.
The Key property returns the object key.
The Name property returns the object name.

See also:

Ms Assembly Interfaces