IAdhocBulkSelectionSet

Assembly: Adhoc;

Description

The IAdhocBulkSelectionSet interface is used to work with the collection of fixed dimensions.

Inheritance Hierarchy

          IAdhocBulkSelectionSet

Comments

To get the collection of fixed dimensions, use the IAdhocBulkSettings.SelectionSet property.

Properties

  Property name Brief description
Count

The Count property returns the number of dimensions in the collection.
Item

The Item property returns the specified fixed dimension included in the collection.

Methods

  Method name Brief description
Add

The Add method adds a new fixed dimension, which is used to execute batch operation.
Clear

The Clear method removes all dimensions from the collection.
Remove

The Remove method removes the dimension from the collection.

See also:

Adhoc Assembly Interfaces