IMsModelParam

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsModelParam interface is used to work with metamodel parameter.

Comments

To work with the collection of parameters, use the IMsModelParams interface.

Properties inherited from ITsModelParam

  Property name Brief description
The DataType property determines the type of parameter data.
The DefaultValue property sets default parameter value.
The Hidden property determines whether parameter is hidden.
The LinkedObject property determines the dictionary used to determine the parameter value.
The ParamType property determines parameter type.
The Tag property determines the object containing the additional data about the parameter.

Properties inherited from INamedEntity

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

See also:

Ms Assembly Interfaces