Show / Hide Table of Contents

Class OvermindUIServiceCollectionExtensions

The overmind UI services.

Inheritance
object
OvermindUIServiceCollectionExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.BotBrain.Overmind
Assembly: Phoenix.Plugin.BotBrain.Overmind.dll
Syntax
public static class OvermindUIServiceCollectionExtensions

Methods

View Source

AddOvermindUI(IServiceCollection)

Registers the overmind UI services.

Declaration
public static IServiceCollection AddOvermindUI(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services

The service collection.

Returns
Type Description
IServiceCollection

A service collection.

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