Sdílet prostřednictvím


DeclarativeComponentRegistrationBridge<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 DeclarativeComponentRegistrationBridge<TComponent> : Microsoft.Bot.Builder.Dialogs.Obsolete.ComponentRegistrationBridge<TComponent>, Microsoft.Bot.Builder.Dialogs.Declarative.IComponentDeclarativeTypes where TComponent : BotComponent, new()
[<System.Obsolete("This class only exists for backward compatibility of legacy `ComponentRegistrations`. Use `BotComponent` for new components.")>]
type DeclarativeComponentRegistrationBridge<'Component (requires 'Component :> BotComponent and 'Component : (new : unit -> 'Component))> = class
    inherit ComponentRegistrationBridge<'Component (requires 'Component :> BotComponent and 'Component : (new : unit -> 'Component))>
    interface IComponentDeclarativeTypes
Public Class DeclarativeComponentRegistrationBridge(Of TComponent)
Inherits ComponentRegistrationBridge(Of TComponent)
Implements IComponentDeclarativeTypes

Parametry typu

TComponent

Typ přemostit BotComponent na starší ComponentRegistrationverzi .

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

Konstruktory

DeclarativeComponentRegistrationBridge<TComponent>()
Zastaralé.

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

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

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

Vlastnosti

BotComponent
Zastaralé.

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

(Zděděno od ComponentRegistrationBridge<TComponent>)

Metody

GetConverters(ResourceExplorer, SourceContext)
Zastaralé.

Vrátí výčet JsonConverterů pro podporu načítání deklarativních typů.

GetDeclarativeTypes(ResourceExplorer)
Zastaralé.

Vrátí výčet KindRegistrations $kind => Type.

GetFromComponent<TRegistration>(IServiceCollection)
Zastaralé.

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

(Zděděno od ComponentRegistrationBridge<TComponent>)
GetMemoryScopes()
Zastaralé.

Získá obory paměti.

(Zděděno od ComponentRegistrationBridge<TComponent>)
GetPathResolvers()
Zastaralé.

Vrátí výčet pathresolvers.

(Zděděno od ComponentRegistrationBridge<TComponent>)

Platí pro