| ICollection |
The ICollection interface represents a collection in the
repository.
|
| IEntity |
|
| IEntityInformation |
Through this interface the user can obtain information on a particular
repository entity.
|
| IRepository |
This interface represents a Repository.
|
| IRepositoryCache |
Repository cache.
|
| IRepositoryExporter |
The interface with the export related methods of the repository .
|
| IRepositoryImporter |
The interface with the import methods for the repository .
|
| IRepositoryReader |
This interface represents a READ ONLY Repository.
|
| IRepositorySearch |
The interface containing the search related methods of the repository .
|
| IRepositoryWriter |
This interface represents a Repository.
|
| IResource |
The IResource interface represents a resource located in the
repository.
|
| RepositoryException |
The RepositoryException is thrown in situations when a user is trying
to use any of the repository API in a way that is invalid or not expected.
One such example is when passing null to a method when it does
not expect it.
|
| RepositoryExportException |
The Class RepositoryExportException.
|
| RepositoryImportException |
The Class RepositoryImportException.
|
| RepositoryInitializationException |
The Class RepositoryInitializationException.
|
| RepositoryPath |
Utility class representing the path object in the Repository.
|
| RepositoryReadException |
The Repository Read Exception.
|
| RepositorySearchException |
The Repository Search Exception.
|
| RepositoryWriteException |
The Repository Write Exception.
|