Show / Hide Table of Contents

Class TestBotPlugin

The test bot plugin.

Inheritance
object
TestBotPlugin
Implements
IServiceConfiguration
IViewConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.TestBot
Assembly: Phoenix.Plugin.TestBot.dll
Syntax
public class TestBotPlugin : IServiceConfiguration, IViewConfiguration

Methods

View Source

RegisterPluginServices(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.

View Source

RegisterViewModels(IViewProviderCollection)

Declaration
public void RegisterViewModels(IViewProviderCollection viewService)
Parameters
Type Name Description
IViewProviderCollection viewService

Implements

Phoenix.Plugins.IServiceConfiguration
Phoenix.Views.IViewConfiguration
  • View Source
In this article
Back to top Generated by DocFX