Assembly: Modeller;
Namespace: Prognoz.Platform.Interop.Modeller;
The IEmSeries interface is used to work with express modeling source series collection.
IEmSeries
To work with a separate series of the collection, use the IEmSerie interface.
| Property name | Brief description | |
| Count | The Count property returns the number of series in the collection. | |
| Item | The Item property returns series from the collection based on the specified index. | |
| ItemByName | The ItemByName property returns series from collection based on its identifier. | |
| ItemIndexByName | The ItemIndexByName property returns series index based on its identifier. |
| Method name | Brief description | |
| Add | The Add method adds series to the express modeling initial data. | |
| AddComputing | Outdated. Use IEmSeries.AddComputingSerie. | |
| AddComputingSerie | The AddComputingSerie method adds a calculated series to the express modeling source series. | |
| Clear | The Clear method clears the initial express modeling series collection. | |
| Remove | The Remove property removes a series from the collection based on its index. |
See also: