ComponentRegistrationBridge<TComponent> Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
- 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é.
Dá 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 |
GetMemoryScopes() |
Zastaralé.
Získá obory paměti. |
GetPathResolvers() |
Zastaralé.
Vrátí výčet pathresolvers. |