EDataBook.BookBackendFactoryClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
backend_type |
r |
The |
|
factory_name |
r |
The string identifier for this book backend type |
|
parent_class |
r |
Methods¶
None
Details¶
- class EDataBook.BookBackendFactoryClass¶
Class structure for the
EDataBook.BookBackendFactory
class.Subclasses need to set the factory name and backend type at initialization, the base class will take care of creating backends of the specified type on demand.