The DefaultRepositorySelector type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| DefaultRepositorySelector |
Creates a new repository selector.
|
Methods
| Name | Description | |
|---|---|---|
| AliasRepository |
Aliases a repository to an existing repository.
| |
| CreateRepository(Assembly, Type) |
Create a new repository for the assembly specified
| |
| CreateRepository(String, Type) |
Creates a new repository for the specified repository.
| |
| CreateRepository(Assembly, Type, String, Boolean) |
Creates a new repository for the assembly specified.
| |
| (Inherited from | ||
| ExistsRepository |
Test if a named repository exists
| |
Allows an (Inherited from | ||
| GetAllRepositories |
Gets a list of ILoggerRepository objects
| |
Serves as a hash function for a particular type.
(Inherited from | ||
| GetRepository(Assembly) |
Gets the ILoggerRepository for the specified assembly.
| |
| GetRepository(String) |
Gets the ILoggerRepository for the specified repository.
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnLoggerRepositoryCreatedEvent |
Notifies the registered listeners that the repository has been created.
| |
| (Inherited from |
Events
| Name | Description | |
|---|---|---|
| LoggerRepositoryCreatedEvent |
Event to notify that a logger repository has been created.
|
See Also