Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsDimIterateByDataStubs interface is used to work with the collection of data sources which existent points serves for iterations.
IMsDimIterateByDataStubs
To get collection of sources, use the IMsDimIterateByDataOptions.Stubs property.
| Property name | Brief description | |
| The Count property returns number of data sources in collection. | ||
| The Item property returns specified data source from collection. |
| Method name | Brief description | |
| Add | The Add method adds the specified data source to the collection. | |
| Clear | The Clear method clears data source collection. | |
| FindById | The FindById methods searches data source with specified identifier. | |
| FindByKey | The FindByKey method searches source with specified key. | |
| The IndexOf method returns index of specified data source. | ||
| Remove | The Remove method removes data source with specified index. | |
| RemoveByKey | The RemoveByKey method removes data source with specified key. |
See also: