Assembly: Transform;
Namespace: Prognoz.Platform.Interop.Transform;
The ITsModelParam interface is used to work with a parameter.
ITsModelParam
To work with the parameters collection, use the ITsModelParams interface.
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: