Sdílet prostřednictvím


ComponentRegistrationBridge<TComponent> Třída

Definice

Upozornění

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

Třída mostu umožňující BotComponent zpětnou kompatibilitu s 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

Parametry typu

TComponent

Typ přemostit BotComponent na starší ComponentRegistrationverzi .

Dědičnost
ComponentRegistrationBridge<TComponent>
Odvozené
Atributy
Implementuje

Konstruktory

ComponentRegistrationBridge<TComponent>()
Zastaralé.

Inicializuje novou instanci ComponentRegistrationBridge<TComponent> třídy.

ComponentRegistrationBridge<TComponent>(TComponent, IConfiguration)
Zastaralé.

Inicializuje novou instanci ComponentRegistrationBridge<TComponent> třídy.

Vlastnosti

BotComponent
Zastaralé.

BotComponent se přemísit na starší verzi ComponentRegistration.

Metody

GetFromComponent<TRegistration>(IServiceCollection)
Zastaralé.

Zavolá spuštění na objektu BotComponent , aby se načetla kolekce registrací pro typ TRegistration.

GetMemoryScopes()
Zastaralé.

Získá obory paměti.

GetPathResolvers()
Zastaralé.

Vrátí výčet pathresolvers.

Platí pro