Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsMetaModel interface contains properties of the container object model, that is, Metamodel.
IMsMetaModel
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.
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. |
Property name | Brief description | |
The Settings property returns validation settings. |
Property name | Brief description | |
The Description property determines object description. | ||
The MetabaseObject property determines a repository object that stores an object. |
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. |
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: