Assembly: Transform;
Namespace: Prognoz.Platform.Interop.Transform;
The ITsModelParamValue interface is used to work with parameter value.
ITsModelParamValue
To work with a collection of parameter values, use the ITsModelParamValues interface.
| Property name | Brief description | |
| The DataType property returns type of parameter data. | ||
| The DefaultValue property returns default parameter value. | ||
| The Hidden property returns the attribute of the fact whether the parameter is hidden. | ||
| The LinkedObject property returns the dictionary used to determine the value of the parameter | ||
| The ParamType property returns parameter type. | ||
| The Value property determines parameter value. |
| Property name | Brief description | |
| The Id property returns object identifier. | ||
| The Key property returns object key. | ||
| The Name property returns object name. |
See also: