Assembly: Algo;
The IAlgorithmGenerationFormulasExecutor interface is used to create formulas used in calculation blocks and aggregation blocks on algorithm calculation.
IAlgorithmGenerationFormulasExecutor
Property name | Brief description | |
ExecutionFilter | The ExecutionFilter property returns the filtering by data source selections to create formulas. |
Property name | Brief description | |
MsProblem | The MsProblem property returns the modeling problem used in algorithm calculation. | |
ParamValues | The ParamValues property returns settings of algorithm calculation periods start and end and the collection of calculation algorithm parameters. |
Method name | Brief description | |
Run | The Run method creates formulas. |
See also: