IMsMetaModel

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsMetaModel interface contains properties of the container object model, that is, Metamodel.

Inheritance Hierarchy

          INamedEntity

          IVirtualMetaObject

          IValidationFilterModel

          IMsMetaModel

Comments

Metamodel is an object combining models into a sequence, used to calculate by modeling problem. Metamodel contain hierarchy of elements - models and folders. Folders are required for logical combination of model groups and for convenient displaying of sequence.

Properties

  Property name Brief description
The CalculateIdentOnFact property determines whether to unload data on calculating on the Fact scenario.
The CalculationChain property returns the collection of the root elements of the metamodel calculation chain.
The DimOpenStubParamValues property returns the collection of parameters used on opening parametric dimensions.
The Params property returns a collection of metamodel parameters.
The VisualController property returns parameters of metamodel visual building.

Properties inherited from IValidationFilterModel

  Property name Brief description
The Settings property returns validation settings.

Properties inherited from IVirtualMetaObject

  Property name Brief description
The Description property determines object description.
The MetabaseObject property determines a repository object that stores an object.

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.

Methods

  Property name Brief description
The Convert method converts internal models of the metamodel to entities which are not repository objects and back.
The FindMetaModelByKey method searches for the metamodel in the calculation chain based on the key.
The FindModelByKey method searches for a model in the metamodel calculation chain based on the key.
The GenerateChain method generates a calculation chain for the metamodel.
The RestoreLaner method restores working area of time series database from a metamodel.
The SaveLaner method stores a model of the series workbook in the metamodel chain.

See also:

Ms Assembly Interfaces