IMsDimOpenStubParamValues

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsDimOpenStubParamValues interface is used to work with the collection of parameters, which are used to open the objects with parametric dimensions.

Inheritance Hierarchy

          IMsDimOpenStubParamValues

Comments

Parameters for opening objects with parametric dimensions are supported only for the internal models included in the metamodel.

To get the collection of metamodel parameters, use the IMsMetaModel.DimOpenStubParamValues property.

Properties

  Property name Brief description
The Count property returns the number of parameters in the collection.
The Item property returns the specified parameter from collection.

Methods

  Method name Brief description
The Add method adds parameter to the collection.
The Clear method clears the collection of parameters.
The FindByStubKey method searches for the parameter for the specified repository object.
The Remove method removes the specified parameter from collection.
The RemoveByStubKey method removes the parameter for the specified repository object.

See also:

Ms Assembly Interfaces