IMsDimAttributesList

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsDimAttributesList interface is used to set up a chain of attributes, by which parameter values will be created.

Inheritance Hierarchy

IMsDimAttributesList

Comments

The attributes chain is determined by the IMsModelAttributesChain.Attributes property.

Properties

  Property name Brief description
The Count property returns the number of attributes added to the chain.
The Item property returns parameters of the attribute added to the chain by its index.

Methods

  Method name Brief description
The Add method adds the specified attribute to the chain.
The FindById method finds attribute in the chain by its identifier.
The FindByKey method finds attribute in the chain by its key.
The Remove method removes attribute from the chain by its index.
The RemoveByKey method removes attribute from the chain by its key.

See also:

Ms Assembly Interfaces