IMsFormulaTransformVariable

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsFormulaTransformVariable interface contains properties that determine parameters of variable in the model.

Inheritance Hierarchy

          INamedEntity

          IMsFormulaTransformVariable

Properties

  Property name Brief description
The AttributeId property determines an identifier for the variable attribute.
The AttributeType property determines the variable attribute type.
The DimAttributeId property determines identifier of dictionary attribute, to which variable refers to.
Outdated.
The Kind property returns kind of variable. .
The ParameterID property determines the parameter identifier, which corresponds to a variable.
The Slices property returns the object, containing variable slices collection.
The SlicesTree property returns an object that allows to work with a collection of variable slices as a tree.
Outdated. Use VariableStub.
The VariableStub property returns the object containing the structure of variable dimensions.

Properties inherited from INamedEntity

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

Methods

  Property name Brief description
The RefreshAttributesStructure method refreshes the structure of attributes of the variable.
The SetStub method sets a new data source for the variable.

See also:

Ms Assembly Interfaces