Freigeben über


DeclarativeComponentRegistrationBridge<TComponent> Klasse

Definition

Achtung

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

Bridge-Klasse, um abwärtskompatibel mit ComponentRegistrationzu seinBotComponent.

[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

Typparameter

TComponent

Der Typ von, der BotComponent in die Legacyversion überbrückt ComponentRegistrationwerden soll.

Vererbung
DeclarativeComponentRegistrationBridge<TComponent>
Abgeleitet
Attribute
Implementiert

Konstruktoren

DeclarativeComponentRegistrationBridge<TComponent>()
Veraltet.

Initialisiert eine neue Instanz der DeclarativeComponentRegistrationBridge<TComponent>-Klasse.

DeclarativeComponentRegistrationBridge<TComponent>(TComponent, IConfiguration)
Veraltet.

Initialisiert eine neue Instanz der DeclarativeComponentRegistrationBridge<TComponent>-Klasse.

Eigenschaften

BotComponent
Veraltet.

Ruft BotComponent ab, um mit der Legacy ComponentRegistrationzu überbrückt werden.

(Geerbt von ComponentRegistrationBridge<TComponent>)

Methoden

GetConverters(ResourceExplorer, SourceContext)
Veraltet.

Gibt eine Enumeration von JsonConverters zurück, um das Laden deklarativer Typen zu unterstützen.

GetDeclarativeTypes(ResourceExplorer)
Veraltet.

Gibt eine Enumeration von KindRegistrations $kind => Type zurück.

GetFromComponent<TRegistration>(IServiceCollection)
Veraltet.

Ruft den Start auf, BotComponent um eine Sammlung von Registrierungen für den Typ TRegistrationabzurufen.

(Geerbt von ComponentRegistrationBridge<TComponent>)
GetMemoryScopes()
Veraltet.

Ruft die Speicherbereiche ab.

(Geerbt von ComponentRegistrationBridge<TComponent>)
GetPathResolvers()
Veraltet.

Gibt die Enumeration von pathresolvers zurück.

(Geerbt von ComponentRegistrationBridge<TComponent>)

Gilt für: