InterfaceConverterFactory<T> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Abstraction qui génère des InterfaceConverter<T> instances en fonction de .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
Paramètres de type
- T
Type de classe que le construit InterfaceConverter<T> va gérer pendant la désérialisation Json.
- Héritage
Constructeurs
InterfaceConverterFactory<T>() |
Abstraction qui génère des InterfaceConverter<T> instances en fonction de .SourceContext |
Méthodes
Build(ResourceExplorer, SourceContext) |
Génère une instance de donné Newtonsoft.Json.JsonConverter le actuel SourceContext. |