IMsModelParam

Assembly: 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
ObjectParam The ObjectParam property determines the parameter, with which the current metamodel parameter is connected.
SelectionMode The SelectionMode property determines the mode of selecting dictionary elements.

Properties inherited from ITsModelParam

  Property name Brief description
DataType The DataType property determines attribute data type.
DefaultValue The DefaultValue property sets default parameter value.
Hidden The Hidden property determines whether parameter is hidden.
LinkedObject The LinkedObject property determines a dictionary that is used to determine the parameter value.
LinkedObjectParams The LinkedObjectParams property returns the parameter values collection used for opening a linked dictionary.
ParamType The ParamType property determines parameter type.
SelectionAttrID The SelectionAttrID property determines an identifier of the dimension attribute used for restoring selection.
Tag The Tag property determines the object containing the additional data about the parameter.
Visible The Visible property determines whether a parameter will be displayed on the parameters panel.

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