IMetaAttributeGroup

Assembly: Rds;

Description

The IMetaAttributeGroup interface is used to work with a group of time series database attributes.

Inheritance hierarchy

          INamedEntity

          IMetaAttributeGroup

Comments

A group is used to create a group attribute. This attribute enables the user to change simultaneously values of all time series included in the group. If time series is not a part of the group, group attribute value can not be changed for it. The value of attribute that belongs to the group is common by free attributes of the group and different primary attributes.

Use the IMetaAttributeGroups.Add method to add a group of attributes.

Properties

  Property name Brief description
The Filter property returns filter of the group.
The FreeAttributes property determines the set of free attributes included in the group.
The IsPartiallyFree property returns whether there is a free attribute in the group.
The PrimaryAttributes property determines the set of primary attributes included in the group.

Properties Inherited From INamedEntity

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

See also:

Rds Assembly Interfaces