Algo > Algo Assembly Interfaces > ICalcBlockIteratorModel
Assembly: Algo;
The ICalcBlockIteratorModel interface is used to check changes in data sources and to save changes in calculation block or control block.
ICalcBlockIteratorModel
Property name | Brief description | |
![]() |
IsDirty | The IsDirty property returns whether there are changes in data sources. |
![]() |
Stubs | The Stubs property returns the collection of data sources. |
Method name | Brief description | |
![]() |
Dispose_ | The Dispose_ method cancels changes in calculation block or control block. |
![]() |
Save | The Save method saves changes in calculation block or control block. |
See also: