Show / Hide Table of Contents

Class ParametersServiceCollectionExtensions

The overmind UI services.

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

Properties

View Source

DefaultCustomParameterTypes

Gets a mapping from parameter display type string to UI control type.

Declaration
public static Dictionary<string, Type> DefaultCustomParameterTypes { get; }
Property Value
Type Description
Dictionary<string, Type>

Methods

View Source

AddParametersUI(IServiceCollection)

Registers the overmind UI services.

Declaration
public static IServiceCollection AddParametersUI(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