Assembly: Metabase;
The IMetabaseObjectParams interface contains properties and methods of the 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 the number of repository object parameters. | |
Item | The Item property returns parameter settings. | |
Object | The Object property returns description of the object, which 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: