IMsModelParams

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsModelParams interface is used to work with the collection of metamodel parameters.

Comments

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

Properties

  Property name Brief description
The Count property returns the number of parameters in the collection.
The Item method returns parameter from the collection by its index.

Methods

  Method name Brief description
The Add method adds parameter to the collection.
The Clear method removes all parameters from the collection.
The FindById method finds parameter in the collection by its identifier.
The FindByKey method finds parameter in the collection by its key.
The Remove method removes parameter from the collection by its index.
The RemoveByKey method removes parameter from the collection by its key.

See also:

Ms Assembly Interfaces