This is the namespace for data access base classes.
Classes
Class | Description | |
---|---|---|
LicenseActivationData |
This class is used to hold license activation data.
| |
LicenseConfigurationData |
This class is used to hold license configuration data.
| |
LicenseData |
This class holds license/license key related information.
| |
LicenseSettingData |
This class is used to store license settings as a convenient way to store and reuse frequently used license settings.
| |
Repository |
License repository class that implements IRepository.
|
Interfaces
Interface | Description | |
---|---|---|
IDbManager |
Defines methods that are used to manage license data that is stored in a database.
Implement this interface to support new database types.
| |
IRepository |
Defines methods for managing license data using IDBManager.
|