Add(Attribute: IRdsAttribute): IRdsDictionaryFilterCondition;
Add(Attribute: Prognoz.Platform.Interop.Rds.IRdsAttribute): Prognoz.Platform.Interop.Rds.IRdsDictionaryFilterCondition;
Attribute. MDM dictionary attribute.
The Add method adds a filter to the collection by the specified attribute.
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.
The method use is given in the example for IRdsDictionaryBatch.Filter.
See also: