Ms > Ms Assembly Interfaces > IMsModelParams
Assembly: Ms;
The IMsModelParams interface is used to work with the collection of metamodel parameters.
To work with the collection of parameter values, use the IMsModelParamValues interface.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of parameters in the collection. |
![]() |
Item | The Item method returns parameter from the collection by its index. |
Method name | Brief description | |
![]() |
Add | The Add method adds parameter to the collection. |
![]() |
Clear | The Clear method removes all parameters from the collection. |
![]() |
FindById | The FindById method finds parameter in the collection by its identifier. |
![]() |
FindByKey | The FindByKey method finds parameter in the collection by its key. |
![]() |
Remove | The Remove method removes parameter from the collection by its index. |
![]() |
RemoveByKey | The RemoveByKey method removes parameter from the collection by its key. |
See also: