The IUiMetabaseObject interface contains basic properties and methods of the components that access the repository objects.
| Property name | Brief description | |
| Active | The Active property determines whether the component is active. | |
| Instance | The Instance property determines the data of the repository object, loaded into the component. | |
| Object | The Object property determines the repository object, access to which is required. | |
| ObjectClassId | The ObjectClassId property returns the numeric identifier, corresponding to the class of the object, loaded into the component. | |
| OperationMode | The OperationMode property determines mode of object connection. |
| Property name | Brief description | |
ComponentCountComponentCount |
The ComponentCount property returns the number of child components, located on the parent component. | |
ComponentsComponents |
The Components property returns a child component, the index of which is passed via the input parameter. | |
DataData |
The Data property is used to store any custom data. | |
NameName |
The Name property determines the component name. | |
TagTag |
The Tag property is not used by the compiler. The user can change the value of this property and use it at his discretion. |
| Method name | Brief description | |
| ClearDefault | The ClearDefault method sets default values for all the object parameters. |
See also: