ICalcBlock

Assembly: Algo;

Description

The ICalcBlock interface is used to work with calculation block.

Inheritance Hierarchy

          ICalcObject

          ICalcBlock

Properties

  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.

Properties inherited from ICalcObject

  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.
IsUseExtObject The IsUseExtObject property determines whether repository objects located outside a container or a business application are used.
Key The Key property returns the calculation algorithm object key.
Name The Name property determines calculation algorithm object name.
Params The Params property returns the collection of calculation algorithm object parameters.
PrxReport The PrxReport property creates a regular report with data obtained after object calculation from data consumer.
SelControl The SelControl property determines settings for managing data source dimension parameters.
Type The Type property determines a calculation algorithm object type.

Methods

  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.
CopyEntries The CopyEntries method copies the specified elements to the specified folder.
EditIteratorModel The EditIteratorModel method returns parameters for checking changes in data sources and for saving changes in calculation block.

Methods inherited from ICalcObject

  Method name Brief description
CopyTo The CopyTo method copies settings of the current object to the object sent in the output parameter.
CreateCopy The CreateCopy method creates a copy of calculation algorithm object.
Delete The Delete method deletes calculation algorithm object.
FillSelSetFromParams The FillSelSetFromParams method passes the dimensions selection used as a calculation algorithm parameter to the parameters panel.
FindParamUses The FindParamUses method checks if the specified parameter is used in calculation algorithm object.
RefreshMetaModel The RefreshMetaModel method refreshes metamodel.
SaveObject The SaveObject method saves calculation algorithm object.

See also:

Algo Assembly Interfaces