IMsMetaAttributeValueList

Description

The IMsMetaAttributeValueList interface contains properties and methods used to work with the collection of attributes.

Comments

This collection is used if the model is included into modeling container of the time series database.

Additional attribute can be calculated only in the transformation problem. Additional attributes are series attributes that are contained in time series database but are not mandatory for precise identification of a series.

Properties

  Property name Brief description
The Count property returns the number of attributes in the collection.
The Item property returns the specified attribute from the collection.
The ScenarioKey property determines the scenario key, by which validation should be calculated.

Methods

  Method name Brief description
The Add method adds a new attribute to the collection.
The Clear method clears the attribute collection.
The FindById method searches for an attribute in the collection based on the specified identifier.
The FindByKey method searches for an attribute in the collection based on the specified key.
The Remove method removes a specified attribute in the collection.
The RemoveByKey method removes an attribute from the collection based on the specified key.

See also:

Ms Assembly Interfaces