IRdsDictionaryFilterConditions.Add

Syntax

Add(Attribute: IRdsAttribute): IRdsDictionaryFilterCondition;

Parameters

Attribute. MDM dictionary attribute.

Description

The Add method adds a filter to the collection by the specified attribute.

Comments

After executing, the method returns settings of the added filter. The filter is added to the end of the collection, and value of the IRdsDictionaryFilterConditions.Count property is increased by one.

Example

The method use is given in the example for IRdsDictionaryBatch.Filter.

See also:

IRdsDictionaryFilterConditions