Partilhar via


ComponentRegistrationBridge<TComponent> Classe

Definição

Atenção

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

Classe bridge para permitir BotComponent ser retrocompatível com 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

Parâmetros de Tipo Genérico

TComponent

O tipo de BotComponent para fazer a ponte para o legado ComponentRegistration.

Herança
ComponentRegistrationBridge<TComponent>
Derivado
Atributos
Implementações

Construtores

ComponentRegistrationBridge<TComponent>()
Obsoleto.

Inicializa uma nova instância da ComponentRegistrationBridge<TComponent> classe .

ComponentRegistrationBridge<TComponent>(TComponent, IConfiguration)
Obsoleto.

Inicializa uma nova instância da ComponentRegistrationBridge<TComponent> classe .

Propriedades

BotComponent
Obsoleto.

Passa BotComponent a ser ponteado para o legado ComponentRegistration.

Métodos

GetFromComponent<TRegistration>(IServiceCollection)
Obsoleto.

Chama o BotComponent arranque no para obter uma coleção de registos para o tipo TRegistration.

GetMemoryScopes()
Obsoleto.

Obtém os âmbitos de memória.

GetPathResolvers()
Obsoleto.

Devolver enumeração de pathresolvers.

Aplica-se a