IValidationSelectionValues

Assembly: Ms;

Description

The IValidationSelectionValues interface is used to work with filter element, which limits series checked by validation rule.

Inheritance Hierarchy

          INamedEntityModel

          IValidationSelectionValues

Comments

Filter is a set of selections by dimensions of series data source. Each filter element determines selection of one dimension. To work with the whole filter, use the IValidationSelectionFilter interface.

Properties

  Property name Brief description
OutputParameter The OutputParameter property determines output parameter.
ParameterAsGroup The ParameterAsGroup property determines parameter for sending a group of elements to filter.
ParameterAsSelection The ParameterAsSelection property determines parameters for sending selection to filter element.
Selection The Selection property determines selection in filter element.

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