RepositorySource Class |
Namespace: Aloe.SystemFrameworks.Domain
The RepositorySource type exposes the following members.
Name | Description | |
---|---|---|
![]() | Host |
Gets the domain system host, which provides various host-specific functionality.
|
![]() | Repositories |
Returns all repositories
|
![]() | RepositoryAttributtesInitGate | Synchonization gate, used on repository attributtes initialization. |
![]() | RepositoryBusinessEventHandlerInitGate | Synchonization gate, used on repository business event handler initialization. |
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
|