DeclarativeComponentRegistrationBridge<TComponent> クラス

定義

注意事項

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

との下位互換性ComponentRegistrationを確保するためのBotComponentブリッジ クラス。

[System.Obsolete("This class only exists for backward compatibility of legacy `ComponentRegistrations`. Use `BotComponent` for new components.")]
public class DeclarativeComponentRegistrationBridge<TComponent> : Microsoft.Bot.Builder.Dialogs.Obsolete.ComponentRegistrationBridge<TComponent>, Microsoft.Bot.Builder.Dialogs.Declarative.IComponentDeclarativeTypes where TComponent : BotComponent, new()
[<System.Obsolete("This class only exists for backward compatibility of legacy `ComponentRegistrations`. Use `BotComponent` for new components.")>]
type DeclarativeComponentRegistrationBridge<'Component (requires 'Component :> BotComponent and 'Component : (new : unit -> 'Component))> = class
    inherit ComponentRegistrationBridge<'Component (requires 'Component :> BotComponent and 'Component : (new : unit -> 'Component))>
    interface IComponentDeclarativeTypes
Public Class DeclarativeComponentRegistrationBridge(Of TComponent)
Inherits ComponentRegistrationBridge(Of TComponent)
Implements IComponentDeclarativeTypes

型パラメーター

TComponent

レガシ ComponentRegistrationにブリッジする のBotComponent型。

継承
DeclarativeComponentRegistrationBridge<TComponent>
派生
属性
実装

コンストラクター

DeclarativeComponentRegistrationBridge<TComponent>()
古い.

DeclarativeComponentRegistrationBridge<TComponent> クラスの新しいインスタンスを初期化します。

DeclarativeComponentRegistrationBridge<TComponent>(TComponent, IConfiguration)
古い.

DeclarativeComponentRegistrationBridge<TComponent> クラスの新しいインスタンスを初期化します。

プロパティ

BotComponent
古い.

レガシ ComponentRegistrationにブリッジされる を取得BotComponentします。

(継承元 ComponentRegistrationBridge<TComponent>)

メソッド

GetConverters(ResourceExplorer, SourceContext)
古い.

宣言型の読み込みをサポートするための JsonConverters の列挙体を返します。

GetDeclarativeTypes(ResourceExplorer)
古い.

KindRegistrations $kind => Type の列挙体を返します。

GetFromComponent<TRegistration>(IServiceCollection)
古い.

のスタートアップを BotComponent 呼び出して、 型の登録のコレクションを取得します TRegistration

(継承元 ComponentRegistrationBridge<TComponent>)
GetMemoryScopes()
古い.

メモリ スコープを取得します。

(継承元 ComponentRegistrationBridge<TComponent>)
GetPathResolvers()
古い.

pathresolvers の列挙を返します。

(継承元 ComponentRegistrationBridge<TComponent>)

適用対象