IMsAttributesFormulasList

Assembly: Ms;

Description

The IMsAttributesFormulasList interface contains properties and methods that are used to work with the collection of methods for calculating additional model attributes using formulas.

Comments

The collection is used if the model is included into modeling container of the time series database. Collection formulas are used to calculate additional attributes of indicators. Each collection element is implemented by the IMsFormulaTransform interface and enables the user to set up attribute calculation options.

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
Count The Count property returns the number of calculation methods in the collection.
Item The Item property returns the calculation method from the collection by its index.

Methods

  Method name Brief description
Add The Add method adds a new calculation method to the collection.
Clear The Clear method clears the methods collection.
FindByAttributeId The FindByAttributeId method searches for method by the attribute it calculates.
IndexOf The IndexOf method returns index of the specified method.
Remove The Remove method removes calculation method from the collection by its index.

See also:

Ms Assembly Interfaces