ComponentRegistrationBridge<TComponent> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This class only exists for backward compatibility of legacy ComponentRegistrations
. Use BotComponent
for new components.
Classe Bridge pour permettre BotComponent une compatibilité descendante avec 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
Paramètres de type
- TComponent
Type de BotComponent à établir un pont dans l’ancien ComponentRegistration.
- Héritage
- Dérivé
- Attributs
- Implémente
Constructeurs
ComponentRegistrationBridge<TComponent>() |
Obsolète.
Initialise une nouvelle instance de la classe ComponentRegistrationBridge<TComponent>. |
ComponentRegistrationBridge<TComponent>(TComponent, IConfiguration) |
Obsolète.
Initialise une nouvelle instance de la classe ComponentRegistrationBridge<TComponent>. |
Propriétés
BotComponent |
Obsolète.
Obtient BotComponent à être ponté vers l’hérité ComponentRegistration. |
Méthodes
GetFromComponent<TRegistration>(IServiceCollection) |
Obsolète.
Appelle le démarrage sur le pour récupérer une collection d’inscriptions pour le BotComponent type |
GetMemoryScopes() |
Obsolète.
Obtient les étendues de mémoire. |
GetPathResolvers() |
Obsolète.
Retourne l’énumération des pathresolvers. |