IMsAggregationFilter

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

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

Inheritance Hierarchy

          INamedEntityModel

          IMsAggregationFilter

Comments

To work with the aggregation filters collection, 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 an identifier of the parameters that are used to determine aggregated elements.
The AggregationSelection property determines the selection that is 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