Metabase > Metabase Assembly Interfaces > IMetabaseObjectParamValue
The IMetabaseObjectParamValue interface contains properties of values of repository object parameters.
Property name | Brief description | |
![]() |
Binding | The Binding property returns display options of editor of object parameter value. |
![]() |
DataType | The DataType property returns the data type that can be specified as parameter value. |
![]() |
DefaultValue | The DefaultValue property returns the value for default parameter. |
![]() |
IsArray | The IsArray property returns True if a parameter of the specified repository object takes multiple values. |
![]() |
Value | The Value property determines a parameter value. |
Property name | Brief description | |
![]() |
Id | The Id property returns the object identifier. |
![]() |
Key | The Key property returns the object key. |
![]() |
Name | The Name property returns the object name. |
See also: