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

  Property name Brief description
The ObjectParam property determines the parameter, with which the current metamodel parameter is connected.

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
Id The Id property determines the object identifier.
Key The Key property returns the object key.
Name The Name property determines the object name.

See also:

Ms Assembly Interfaces