The IMsModelList interface is used to work with the collection of models.
| Property name | Brief description | |
| Count | The Count property returns the number of models in the collection. | |
| Item | The Item method returns a model from the collection by its index. |
| Method name | Brief description | |
| Add | The Add method adds a model to the collection. | |
| Clear | The Clear method removes all models from the collection. | |
| FindById | The FindById method finds a model in the collection by its identifier. | |
| FindByKey | The FindByKey method finds a model in the collection by its key. | |
| MoveTo | The MoveTo method moves a model within the collection. | |
| RebindContents | The RebindContents method updates models in the collection. | |
| Remove | The Remove method removes a model from the collection by its index. | |
| RemoveByKey | The RemoveByKey method removes a model from the collection by its key. |
See also: