Show / Hide Table of Contents

Class TestBrainUIServicesAdapter

Registers the test brain UI services.

Inheritance
object
TestBrainUIServicesAdapter
Implements
IBrainServicesAdapter
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 TestBrainUIServicesAdapter : IBrainServicesAdapter

Methods

View Source

Apply(IServiceCollection)

Registers the test brain UI services.

Declaration
public static IServiceCollection Apply(IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services

The service collection.

Returns
Type Description
IServiceCollection

A service collection.

View Source

RegisterServices(IServiceCollection)

Registers bot brain related classes in the service collection.

Declaration
public IServiceCollection RegisterServices(IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services

The service collection.

Returns
Type Description
IServiceCollection

The resulting service collection.

Implements

IBrainServicesAdapter
  • View Source
In this article
Back to top Generated by DocFX