Click or drag to resize

RepositorySource Methods

The RepositorySource type exposes the following members.

Methods
  NameDescription
Public methodEnumerateEntityObjects
Enumerates and returns (as dictionary) all entity objects in all tables of the buffer.
Public methodGetRepositoryByEntityName
Gets the repository, which has the specified table as its primary table.
Public methodGetRepositoryByEntityNameOrDefault
Returns the repository, handling the specified tableName
Public methodGetRepositoryByName
Gets the repository with the specified name.
Public methodGetRepositoryByObjectType(Type)
Gets the repository for the specified domain object type.
Public methodGetRepositoryByObjectTypeTObject
Returns the repository for the specified domain object type
Public methodGetRepositoryByObjectTypeName
Returns the repository which handles objects with the specified name
Top
See Also