Sdílet prostřednictvím


IComponentDeclarativeTypes Rozhraní

Definice

Upozornění

Use BotComponent and register declarative types through adding DeclarativeType implementations to the IServiceCollection, for example services.AddSingleton<DeclarativeType, MyDeclarativeType>().

Rozhraní pro registraci deklarativních druhů a jsonconverterů pro jejich podporu

[System.Obsolete("Use `BotComponent` and register declarative types through adding `DeclarativeType` implementations to the IServiceCollection, for example `services.AddSingleton<DeclarativeType, MyDeclarativeType>()`.")]
public interface IComponentDeclarativeTypes
[<System.Obsolete("Use `BotComponent` and register declarative types through adding `DeclarativeType` implementations to the IServiceCollection, for example `services.AddSingleton<DeclarativeType, MyDeclarativeType>()`.")>]
type IComponentDeclarativeTypes = interface
Public Interface IComponentDeclarativeTypes
Odvozené
Atributy

Metody

GetConverters(ResourceExplorer, SourceContext)
Zastaralé.

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

GetDeclarativeTypes(ResourceExplorer)
Zastaralé.

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

Platí pro