Interface | Description |
---|---|
IExternalUploadService |
Interface use for uploading and downloading files to an online service, e.g.
|
IService |
This interface defines the common functionalities to be implemented by every service.
|
Class | Description |
---|---|
AService |
This abstract implementation allows services to implement different features.
|
DropboxUploadService |
Class for uploading files to a drop box account.
|
ServiceCreator |
This class creates a service using the application context.
|
Enum | Description |
---|---|
GeppettoFeature |
Enumeration defining all the existing features in Geppetto.
|