The DefaultRepositorySelector type exposes the following members.
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.
| |
| Equals | (Inherited from Object.) | |
| ExistsRepository |
Test if a named repository exists
| |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetAllRepositories |
Gets a list of ILoggerRepository objects
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetRepository(Assembly) |
Gets the ILoggerRepository for the specified assembly.
| |
| GetRepository(String) |
Gets the ILoggerRepository for the specified repository.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnLoggerRepositoryCreatedEvent |
Notifies the registered listeners that the repository has been created.
| |
| ToString | (Inherited from Object.) |
See Also