ObjBase#

class pyedb.dotnet.database.utilities.obj_base.ObjBase(pedb, edb_object)#

Bases: object

Manages EDB functionalities for a base object.

Overview#

is_null

Flag indicating if this object is null.

type

Type of the edb object.

name

Name of the definition.

Import detail#

from pyedb.dotnet.database.utilities.obj_base import ObjBase

Property detail#

property ObjBase.is_null#

Flag indicating if this object is null.

property ObjBase.type#

Type of the edb object.

property ObjBase.name#

Name of the definition.