Udostępnij za pośrednictwem


IComponentDeclarativeTypes Interfejs

Definicja

Przestroga

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

Interfejs do rejestrowania rodzajów deklaratywnych i jsonconverters do ich obsługi.

[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
Pochodne
Atrybuty

Metody

GetConverters(ResourceExplorer, SourceContext)
Przestarzałe.

Zwróć wyliczenie elementów JsonConverters do obsługi typów deklaratywnych ładowania.

GetDeclarativeTypes(ResourceExplorer)
Przestarzałe.

Zwracanie wyliczenia kindRegistrations $kind => typ.

Dotyczy