ComponentModel#
- class pyedb.grpc.database.definition.component_model.ComponentModel(core)#
Class managing
ComponentModel.
Overview#
Check if the component model is null. |
|
Get the name of the component model. |
|
Get the reference file of the component model. |
Import detail#
from pyedb.grpc.database.definition.component_model import ComponentModel
Property detail#
- property ComponentModel.is_null#
Check if the component model is null.
- Returns:
- bool
True if the component model is null, False otherwise.
Attribute detail#
- ComponentModel.core#