Transform > Transform Assembly Interfaces > ITsModelParamValue
Assembly: Transform;
Namespace: Prognoz.Platform.Interop.Transform;
The ITsModelParamValue interface is used to work with parameter value.
ITsModelParamValue
To work with the 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 that is used to determine a parameter value. | |
![]() |
The ParamType property returns parameter type. | |
![]() |
The Value property determines a 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: