ICalcAlgorithm

Assembly: Algo;

Description

The ICalcAlgorithm interface is used to work with calculation algorithm.

Inheritance Hierarchy

          ICalcObject

          ICalcAlgorithm

Properties

  Property name Brief description
CreateFormulaFindInfo The CreateFormulaFindInfo property returns the object used for setting formulas search conditions.
Included The Included property determines including or excluding of object from calculation algorithm.
IsDirty The IsDirty property returns whether there are changes in calculation algorithm.
Items The Items property returns the list of calculation algorithm objects.
MsProblem The MsProblem property returns the modeling problem that is used on algorithm calculation.
ObjectParamsControl The ObjectParamsControl property returns repository object parameter control settings.
ParamValues The ParamValues property returns the algorithm calculation period start and end settings and the collection of calculation algorithm parameters.
Settings The Settings property returns the settings of algorithm calculation period.
Stubs The Stubs property returns the collection of data sources and data consumers of calculation blocks and control blocks.

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
Calculate The Calculate method calculates algorithm.
CalculateAsync The CalculateAsync method executes asynchronous algorithm calculation.
Debug The Debug method debugs algorithm calculation.
DebugAsync The DebugAsync method asynchronously debugs algorithm calculation.
FindFormulas The FindFormulas method searches for formulas according to the specified parameters.
MoveObject The MoveObject method reorders calculation algorithm objects.

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