Delen via


ComponentRegistrationBridge<TComponent> Klas

Definitie

Waarschuwing

This class only exists for backward compatibility of legacy ComponentRegistrations. Use BotComponent for new components.

Brugklasse om achterwaarts BotComponent compatibel te zijn met ComponentRegistration.

[System.Obsolete("This class only exists for backward compatibility of legacy `ComponentRegistrations`. Use `BotComponent` for new components.")]
public class ComponentRegistrationBridge<TComponent> : Microsoft.Bot.Builder.ComponentRegistration, Microsoft.Bot.Builder.Dialogs.Memory.IComponentMemoryScopes, Microsoft.Bot.Builder.Dialogs.Memory.IComponentPathResolvers where TComponent : BotComponent, new()
[<System.Obsolete("This class only exists for backward compatibility of legacy `ComponentRegistrations`. Use `BotComponent` for new components.")>]
type ComponentRegistrationBridge<'Component (requires 'Component :> BotComponent and 'Component : (new : unit -> 'Component))> = class
    inherit ComponentRegistration
    interface IComponentMemoryScopes
    interface IComponentPathResolvers
Public Class ComponentRegistrationBridge(Of TComponent)
Inherits ComponentRegistration
Implements IComponentMemoryScopes, IComponentPathResolvers

Type parameters

TComponent

Het type dat BotComponent moet worden overbrugd naar verouderd ComponentRegistration.

Overname
ComponentRegistrationBridge<TComponent>
Afgeleid
Kenmerken
Implementeringen

Constructors

ComponentRegistrationBridge<TComponent>()
Verouderd.

Initialiseert een nieuw exemplaar van de ComponentRegistrationBridge<TComponent> klasse.

ComponentRegistrationBridge<TComponent>(TComponent, IConfiguration)
Verouderd.

Initialiseert een nieuw exemplaar van de ComponentRegistrationBridge<TComponent> klasse.

Eigenschappen

BotComponent
Verouderd.

Wordt BotComponent overbrugd naar de verouderde ComponentRegistration.

Methoden

GetFromComponent<TRegistration>(IServiceCollection)
Verouderd.

Roept opstarten aan op de BotComponent om een verzameling registraties op te halen voor het type TRegistration.

GetMemoryScopes()
Verouderd.

Hiermee haalt u de geheugenbereiken op.

GetPathResolvers()
Verouderd.

Retourneer opsomming van pathresolvers.

Van toepassing op