The IMetabaseObjectParamValues interface contains properties and methods of the collection of values of repository object parameters.
Property name | Brief description | |
Count | The Count property returns the number of repository object parameters. | |
Item | The Item property returns the parameter value. |
Method name | Brief description | |
CreateCopy | The CreateCopy method creates a copy of object parameters values. | |
EqualTo | The EqualTo method compares the existing values of parameters with the values passed as a method parameter. | |
FindById | The FindById method searches for a parameter by its identifier. | |
FindByKey | The FindByKey method searches for a parameter by its key. |
See also: