Поделиться через


IComponentDeclarativeTypes Интерфейс

Определение

Внимание!

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

Интерфейс для регистрации декларативных типов и jsonconverter для их поддержки.

[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
Производный
Атрибуты

Методы

GetConverters(ResourceExplorer, SourceContext)
Устаревшие..

Возвращает перечисление JsonConverters для поддержки загрузки декларативных типов.

GetDeclarativeTypes(ResourceExplorer)
Устаревшие..

Возвращает перечисление KindRegistrations $kind => Type.

Применяется к