Język

InterfaceConverterFactory<T> Klasa

Definicja

Abstrakcja budująca InterfaceConverter<T> instancje biorące pod uwagę .SourceContext

public class InterfaceConverterFactory<T> : Microsoft.Bot.Builder.Dialogs.Declarative.Converters.JsonConverterFactory where T : class
type InterfaceConverterFactory<'T (requires 'T : null)> = class
    inherit JsonConverterFactory
Public Class InterfaceConverterFactory(Of T)
Inherits JsonConverterFactory

Parametry typu

T

Typ klasy, którą zbudowany będzie InterfaceConverter<T> obsługiwać podczas deserializacji JSON.

Dziedziczenie
InterfaceConverterFactory<T>

Konstruktory

Nazwa Opis
InterfaceConverterFactory<T>()

Abstrakcja budująca InterfaceConverter<T> instancje biorące pod uwagę .SourceContext

Metody

Nazwa Opis
Build(ResourceExplorer, SourceContext)

Buduje instancję , Newtonsoft.Json.JsonConverter mając aktualny SourceContext.

Dotyczy