IRdsDictionaryBatchDelete

Assembly: Rds;

Description

The IRdsDictionaryBatchDelete interface is used to work with a batch, which elements should be deleted.

Inheritance hierarchy

          IRdsDictionaryBatch

          IRdsDictionaryBatchDelete

Comments

Use the IRdsDictionaryInstance.CreateBatch method to create a batch. Then cast the received basic interface to this interface.

Properties

  Property name Brief description
The CloseDate property determines the end date of value validity for version MDM dictionary elements.

Properties inherited from IRdsDictionaryBatch

  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 inherited from IRdsDictionaryBatch

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

See also:

Rds Assembly Interfaces