Dela via


DeclarativeComponentRegistration Klass

Definition

Varning

Use DeclarativeBotComponent.

Registrerar deklarativa typer.

[System.Obsolete("Use `DeclarativeBotComponent`.")]
public class DeclarativeComponentRegistration : Microsoft.Bot.Builder.Dialogs.Declarative.Obsolete.DeclarativeComponentRegistrationBridge<Microsoft.Bot.Builder.Dialogs.Declarative.DeclarativeBotComponent>
[<System.Obsolete("Use `DeclarativeBotComponent`.")>]
type DeclarativeComponentRegistration = class
    inherit DeclarativeComponentRegistrationBridge<DeclarativeBotComponent>
Public Class DeclarativeComponentRegistration
Inherits DeclarativeComponentRegistrationBridge(Of DeclarativeBotComponent)
Arv
Attribut

Konstruktorer

DeclarativeComponentRegistration()
Föråldrad.

Registrerar deklarativa typer.

Egenskaper

BotComponent
Föråldrad.

Kommer BotComponent att överbryggas till det äldre ComponentRegistration.

(Ärvd från ComponentRegistrationBridge<TComponent>)

Metoder

GetConverters(ResourceExplorer, SourceContext)
Föråldrad.

Returnera en uppräkning av JsonConverters för att stödja inläsning av deklarativa typer.

(Ärvd från DeclarativeComponentRegistrationBridge<TComponent>)
GetDeclarativeTypes(ResourceExplorer)
Föråldrad.

Returnera en uppräkning av KindRegistrations $kind => Type.

(Ärvd från DeclarativeComponentRegistrationBridge<TComponent>)
GetFromComponent<TRegistration>(IServiceCollection)
Föråldrad.

Anropar start på BotComponent för att hämta en samling registreringar för typen TRegistration.

(Ärvd från ComponentRegistrationBridge<TComponent>)
GetMemoryScopes()
Föråldrad.

Hämtar minnesomfattningarna.

(Ärvd från ComponentRegistrationBridge<TComponent>)
GetPathResolvers()
Föråldrad.

Returnera uppräkning av pathresolvers.

(Ärvd från ComponentRegistrationBridge<TComponent>)

Gäller för