Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsTransformObjects interface contains properties and methods used to work with the collection of objects used by calculation method.
IMsTransformObjectList
Objects of this collection are used to insert a constant dictionary value to calculation expression. Each collection object is a repository object.
| Property name | Brief description | |
| The Count property returns the number of objects in the collection. | ||
| The Item property returns object from the collection by its index. |
| Method name | Brief description | |
| The Add method adds selected object to the collection. | ||
| The AddSelection method adds selection to the collection. | ||
| The Clear method clears the object collection. | ||
| The FindById method finds object in the collection by its identifier. | ||
| The FindByKey method finds object in the collection by its key. | ||
| The Remove method removes object from the collection by its index. | ||
| The RemoveByKey method removes object from the collection by its key. |
See also: