Имя |
Описание |
ApplicationDatabase |
A top level class that contains reference information to all other data stores in the application. This class is not intended to contain full domain objects rather meta-data that points to the objects. Prefer to use just the domain objects required, rather than over using an object that contains references to everything. |
BadApplicationStateFileFormatException |
An exception used when a bad Application State file is read that is not compatible with this application. Might indicate tampering, or an old now unsupported file version. |
BudgetAnalyserStorageRoot |
A Dto object to store the top level Budget Analyser database file. |
LocalDiskReaderWriter |
|
Mapper_BudgetAnalyserStorageRoot_ApplicationDatabase |
|
StorageBranch |
A Dto object that points to another source location for a persisted object. |
XamlOnDiskApplicationDatabaseRepository |
|