The IUiModel interface contains properties and methods of the UiModel development environment component.
The UiModel component always works in the UiMetabaseObjectOperationMode.Edit mode.
| Property name | Brief description | |
| The Model property determines the model of the modeling container, to which access must be obtained. |
| Property name | Brief description | |
| The Active property determines whether the component is active. | ||
| The Instance property determines the data of the repository object, loaded into the component. | ||
| The Object property determines the repository object, access to which is required. | ||
| The ObjectClassId property returns the numeric identifier, corresponding to the class of the object, loaded into the component. | ||
| The OperationMode property determines mode of object connection. |
| Property name | Brief description | |
| The ComponentCount property returns the number of child components, located on the parent component. | ||
| The Components property returns the child component, which index is passed by the input parameter. | ||
| The Data property is used to store any custom data. | ||
| The Name property determines the component name. | ||
| The Tag property is not used by the compiler. A user can change the value of the Tag property and use it as required. |
| Method name | Brief description | |
| The ClearDefault method sets all the component parameters to default. |
See also: