IMsModelParamValue

Assembly: Ms;

Description

The IMsModelParamValue interface contains properties used to work with metamodel parameter value before starting problem calculation.

Comments

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

Properties inherited from ITsModelParamValue

  Property name Brief description
The DataType property returns the 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 parameter value.
The ParamType property returns parameter type.
The Value property determines parameter value.

Properties inherited from INamedEntityModel

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

See also:

Ms Assembly Interfaces