IRubricatorCreatorBindings

Assembly: Cubes;

Description

The IRubricatorCreatorBindings interface is used to work with the collection of time series database attribute bindings to data table fields.

Inheritance Hierarchy

          IRubricatorCreatorBindings

Comments

Use the IRubricatorCreator.Bindings property to get the collection of binding parameters.

Properties

  Property name Brief description
Item The Item property returns the specified collection element.
Count The Count property returns the number of elements in the collection.

Methods

  Method name Brief description
Add The Add method adds a new element to the bindings collection.
Clear The Clear method clears the bindings collection.
FindByKey The FindByKey method searches for element in the collection by its key.
Remove The Remove method removes the element with the specified index from the bindings collection.

See also:

Cubes Assembly Interfaces