RepositorySource Methods |
The RepositorySource type exposes the following members.
| Name | Description | |
|---|---|---|
| EnumerateEntityObjects |
Enumerates and returns (as dictionary) all entity objects in all tables of the buffer.
| |
| GetRepositoryByEntityName |
Gets the repository, which has the specified table as its primary table.
| |
| GetRepositoryByEntityNameOrDefault |
Returns the repository, handling the specified tableName
| |
| GetRepositoryByName |
Gets the repository with the specified name.
| |
| GetRepositoryByObjectType(Type) |
Gets the repository for the specified domain object type.
| |
| GetRepositoryByObjectTypeTObject |
Returns the repository for the specified domain object type
| |
| GetRepositoryByObjectTypeName |
Returns the repository which handles objects with the specified name
|