IRdsDictionaryBatch

Assembly: Rds;

Description

The IRdsDictionaryBatch interface is used to work with a batch the MDM dictionary elements.

Inheritance hierarchy

          IRdsDictionaryBatch

Comments

The batch is used to execute any operations over all elements in the batch simultaneously.

This interface is basic for all types of batches. Use the IRdsDictionaryBatch.BatchType property to determine a batch type.

Properties

  Property name Brief description
The BatchType property returns batch type.
The Callback property determines a handler of exceptions that appear during batch execution.
The Count property returns number of elements, to which actions were applied.
The Dictionary property returns data of a dictionary, which elements form a batch.
The Filter property returns a collection of filters, by which elements are selected for a batch.

Methods

  Method name Brief description
The Execute method executes action provided for by the batch.

See also:

Rds Assembly Interfaces