IMsModelList

Description

The IMsModelList interface is used to work with the collection of models.

Properties

  Property name Brief description
The Count property returns the number of models in the collection.
The Item method returns a model from the collection by its index.

Methods

  Method name Brief description
The Add method adds a model to the collection.
The Clear method removes all models from the collection.
The FindById method finds a model in the collection by its identifier.
The FindByKey method finds a model in the collection by its key.
The MoveTo method moves a model within the collection.
The RebindContents method updates models in the collection.
The Remove method removes a model from the collection by its index.
The RemoveByKey method removes a model from the collection by its key.

See also:

Ms Assembly Interfaces