ProblemDetailsWrapper 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.
Classe Wrapper pour ProblemDetails permettre sa sérialisation par les formateurs xml.
public ref class ProblemDetailsWrapper : Microsoft::AspNetCore::Mvc::Formatters::Xml::IUnwrappable, System::Xml::Serialization::IXmlSerializable
public class ProblemDetailsWrapper : Microsoft.AspNetCore.Mvc.Formatters.Xml.IUnwrappable, System.Xml.Serialization.IXmlSerializable
type ProblemDetailsWrapper = class
interface IXmlSerializable
interface IUnwrappable
type ProblemDetailsWrapper = class
interface IUnwrappable
interface IXmlSerializable
Public Class ProblemDetailsWrapper
Implements IUnwrappable, IXmlSerializable
- Héritage
-
ProblemDetailsWrapper
- Dérivé
- Implémente
Constructeurs
ProblemDetailsWrapper() |
Initialise une nouvelle instance de ProblemDetailsWrapper. |
ProblemDetailsWrapper(ProblemDetails) |
Initialise une nouvelle instance de ProblemDetailsWrapper. |
Champs
EmptyKey |
Clé utilisée pour représenter des éléments de dictionnaire avec des clés vides |
Méthodes
GetSchema() |
Classe Wrapper pour ProblemDetails permettre sa sérialisation par les formateurs xml. |
ReadValue(XmlReader, String) |
Lit la valeur du spécifié |
ReadXml(XmlReader) |
Classe Wrapper pour ProblemDetails permettre sa sérialisation par les formateurs xml. |
WriteXml(XmlWriter) |
Classe Wrapper pour ProblemDetails permettre sa sérialisation par les formateurs xml. |
Implémentations d’interfaces explicites
IUnwrappable.Unwrap(Type) |
Classe Wrapper pour ProblemDetails permettre sa sérialisation par les formateurs xml. |