ITsModelParamValue

Assembly: Transform;

Description

The ITsModelParamValue interface is used to work with parameter value.

Inheritance Hierarchy

          INamedEntityModel

          ITsModelParamValue

Comments

To work with the collection of parameter values, use the ITsModelParamValues interface.

Properties

  Property name Brief description
The DataType property returns type of parameter data.
The DefaultValue property returns default parameter value.
The Hidden property returns 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.

Properties inherited from INamedEntityModel

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

See also:

Transform Assembly Interfaces