ProblemDetailsWrapper Clase

Definición

Clase contenedora para permitir ProblemDetails que los formateadores xml la serialicen.

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
Herencia
ProblemDetailsWrapper
Derivado
Implementaciones

Constructores

ProblemDetailsWrapper()

Inicializa una nueva instancia de la clase ProblemDetailsWrapper.

ProblemDetailsWrapper(ProblemDetails)

Inicializa una nueva instancia de la clase ProblemDetailsWrapper.

Campos

EmptyKey

Clave usada para representar elementos de diccionario con claves vacías

Métodos

GetSchema()

This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.

ReadValue(XmlReader, String)

Lee el valor del objeto especificado name de .reader

ReadXml(XmlReader)

Generates an object from its XML representation.

WriteXml(XmlWriter)

Converts an object into its XML representation.

Implementaciones de interfaz explícitas

IUnwrappable.Unwrap(Type)

Se aplica a