The IMetabaseObjectParamValues interface contains properties and methods of a collection of values of repository object parameters.
Property name | Brief description | |
Count | The Count property returns number of parameters for the repository object. | |
Item | The Item property returns a 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 that are passed as a method parameter. | |
FindById | The FindById method searches a parameter by its identifier. | |
FindByKey | The FindByKey method searches a parameter by its key. |
See also: