Assembly: Cubes;
The IRubricatorCreatorBindings interface is used to work with the collection of time series database attribute bindings to data table fields.
IRubricatorCreatorBindings
Use the IRubricatorCreator.Bindings property to get the collection of binding parameters.
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. |
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: