Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IMetabaseObjectParams interface contains properties and methods of a collection of repository objects parameters.
IMetabaseObjectParams
| Property name | Brief description | |
| ControlInfo | The ControlInfo property returns information about control of dependent parameters. | |
| Count | The Count property returns number of parameters for the repository object. | |
| Item | The Item property returns parameters settings. | |
| Object | The Object property returns description of an object that the used parameters belong to. |
| Method name | Brief description | |
| Add | The Add method creates a new parameter. | |
| BeginUpdate | The BeginUpdate method locks changing of repository object parameters. | |
| Clear | The Clear method clears all parameters of repository object. | |
| CreateEmptyValues | The CreateEmptyValues method returns a collection that contains empty parameters value. | |
| FindById | The FindById method searches for a parameter by its identifier. | |
| FindByKey | The FindByKey method searches a parameter by its key. | |
| Move | The Move method moves repository object parameter to the specified position. | |
| Remove | The Remove method removes a parameter by its index. | |
| RemoveByKey | The RemoveByKey method removes a parameter by key. |
See also: