IRdsDictionaryFilterConditions.Add

Fore Syntax

Add(Attribute: IRdsAttribute): IRdsDictionaryFilterCondition;

Fore.NET Syntax

Add(Attribute: Prognoz.Platform.Interop.Rds.IRdsAttribute): Prognoz.Platform.Interop.Rds.IRdsDictionaryFilterCondition;

Parameters

Attribute. MDM dictionary attribute.

Description

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

Comments

The Add method returns added filter after execution. The filter is added to the end of the collection, and value of the IRdsDictionaryFilterConditions.Count property is increased by one.

Fore Example

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

See also:

IRdsDictionaryFilterConditions