IRubricatorCreatorBinding

Assembly: Cubes;

Description

The IRubricatorCreatorBinding interface is used to work with parameters of time series attribute binding to the data table field.

Inheritance Hierarchy

          INamedEntity

          IRubricatorCreatorBinding

Comments

Use the IRubricatorCreatorBindings.Add method to create a new binding.

Properties

  Property name Brief description
AttributeId The AttributeId property determines an identifier of the linked attribute of time series database.
AttributeName The AttributeName property determines the name of the linked attribute of time series database.
DataType The DataType property determines the data type of the linked attribute of time series database.
Dictionary The Dictionary property determines the dictionary type, which must store values of the linked attribute of time series database.
Hidden The Hidden property determines whether the linked attribute of time series database is hidden.
IncludeInIndex The IncludeInIndex property determines whether the linked attribute is a part of a primary index of time series database.
IsDimension The IsDimension property determines whether the linked attribute is the link to a dictionary.
Kind The Kind property determines the type of linked attribute of time series database.
Nullable The Nullable property determines whether the linked attribute of time series database can have empty values.
SourceFieldId The SourceFieldId property determines the identifier of the source field in the data table.
SourceValue The SourceValue property determines value of the attribute of time series database.
Tag The Tag property determines the type of linked attribute of time series database.
UseField The UseField property determines whether to use the table field as a data source for the linked attribute.
ValuesObject The ValuesObject property determines the dictionary, to which the linked time series database attribute refers.

Properties inherited from INamedEntity

  Property name Brief description
Id The Id property determines an object identifier.
Key The Key property returns object key.
Name The Name property determines an object name.

See also:

Cubes Assembly Interfaces