Assembly: Algo;
The ICalcValidationBlock interface is used to work with control block.
ICalcValidationBlock
Property name | Brief description | |
Descriptor | The Descriptor property returns the calculation algorithm object as an internal repository object. | |
Id | The Id property determines a calculation algorithm object identifier. | |
IsEdited | The IsEdited property returns whether calculation algorithm object is edited. | |
IsNeedConvert | The IsNeedConvert property returns whether internal metamodels are transformed into the entities that are not repository objects, and vice versa. | |
Key | The Key property returns the calculation algorithm object key. | |
MetaModel | The MetaModel property returns the metamodel used in calculation algorithm object. | |
MetaModelDescriptor | The MetaModelDescriptor property returns metamodel parameters. | |
Name | The Name property determines calculation algorithm object name. | |
Params | The Params property returns the metamodel parameters collection. | |
SelControl | The SelControl property returns settings for controlling dimension opening parameters. | |
Type | The Type property determines a calculation algorithm object type. |
Property name | Brief description | |
Folder | The Folder property returns the folder in the metamodel calculation chain. | |
Iterator | The Iterator property returns the calculation block multidimensional iterator. | |
StubOut | The StubOut property determines a data consumer, to which formulas calculation result is to be recorded. | |
StubsIn | The StubsIn property determines a set of the data sources used in block calculation. | |
UseCalendarAsStubDimension | The UseCalendarAsStubDimension property determines whether calendar dimension is used as a standard dimension. |
Method name | Brief description | |
Convert | The Convert method transforms internal metamodels into the entities that are not repository objects, and vice versa. | |
CopyTo | The CopyTo method copies calculation algorithm to the clipboard. | |
Delete | The Delete method deletes calculation algorithm object. | |
The FillSelSetFromParams method passes the dimensions selection used as a calculation algorithm parameter to the parameters panel. |
||
RefreshMetaModel | The RefreshMetaModel method refreshes metamodel. | |
Save | The Save method saves calculation algorithm object. | |
ToJson | The ToJson method returns the calculation algorithm object in the JSON format. |
Method name | Brief description | |
AddFolder | The AddFolder method creates a new folder in the metamodel calculation chain. | |
AddModel | The AddModel method creates a new model in the metamodel calculation chain. | |
Destination | The Destination method returns the cube built according to data consumer. | |
EditIteratorModel | The EditIteratorModel method returns parameters for checking changes in data sources and for saving changes in calculation block. | |
IsExistFormulas | The IsExistFormulas method returns whether there are specified formulas for calculation block. | |
StubSelectionControl | The StubSelectionControl method returns settings for controlling cube dimensions selection. |
See also: