Class TestBotPlugin
The test bot plugin.
Implements
IServiceConfiguration
    IViewConfiguration
  Inherited Members
Namespace: Phoenix.TestBot
Assembly: Phoenix.Plugin.TestBot.dll
Syntax
public class TestBotPlugin : IServiceConfiguration, IViewConfigurationMethods
View SourceRegisterPluginServices(IServiceCollection)
Called during startup with the service collection to configure.
Declaration
public void RegisterPluginServices(IServiceCollection serviceCollection)Parameters
| Type | Name | Description | 
|---|---|---|
| IServiceCollection | serviceCollection | The service collection. | 
RegisterViewModels(IViewProviderCollection)
Declaration
public void RegisterViewModels(IViewProviderCollection viewService)Parameters
| Type | Name | Description | 
|---|---|---|
| IViewProviderCollection | viewService | 
Implements
      Phoenix.Plugins.IServiceConfiguration
  
  
      Phoenix.Views.IViewConfiguration