Interface IServiceConfiguration
Interface for plugins to register and configure services.
Namespace: Phoenix.Plugins
Assembly: Phoenix.Abstractions.Plugins.dll
Syntax
public interface IServiceConfiguration
Methods
View SourceRegisterPluginServices(IServiceCollection)
Called during startup with the service collection to configure.
Declaration
void RegisterPluginServices(IServiceCollection serviceCollection)
Parameters
Type | Name | Description |
---|---|---|
IServiceCollection | serviceCollection | The service collection. |