EDataCal.CalBackendFactoryClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
backend_type |
r |
The |
|
component_kind |
r |
The type if component this calendar backend should be created for |
|
factory_name |
r |
The string identifier for this book backend type |
|
parent_class |
r |
Methods¶
None
Details¶
- class EDataCal.CalBackendFactoryClass¶
Class structure for the
EDataCal.CalBackendFactory
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.