ITsModelParam

Assembly: Transform;

Namespace: Prognoz.Platform.Interop.Transform;

Description

The ITsModelParam interface is used to work with a parameter.

Inheritance Hierarchy

          ITsModelParam

Comments

To work with the parameters collection, use the ITsModelParams interface.

Properties

  Property name Brief description
The DataType property determines a data type of parameter.
The DefaultValue property determines a default parameter value.
The Hidden property determines whether parameter is hidden.
The LinkedObject property determines a dictionary that is used to determine a parameter value.
The ParamType property determines a parameter type.
The SelectionAttrID property determines an identifier of the dimension attribute used for restoring selection.
The Tag property determines the object that contains additional data about parameter.

See also:

Transform Assembly Interfaces