ProblemDetails21Wrapper Clase

Definición

Precaución

This type is deprecated and will be removed in a future version

Clase contenedora de ProblemDetails para permitir que los formateadores XML los serialicen.

public ref class ProblemDetails21Wrapper : Microsoft::AspNetCore::Mvc::Formatters::Xml::IUnwrappable, System::Xml::Serialization::IXmlSerializable
[System.Obsolete("This type is deprecated and will be removed in a future version")]
public class ProblemDetails21Wrapper : Microsoft.AspNetCore.Mvc.Formatters.Xml.IUnwrappable, System.Xml.Serialization.IXmlSerializable
[<System.Obsolete("This type is deprecated and will be removed in a future version")>]
type ProblemDetails21Wrapper = class
    interface IXmlSerializable
    interface IUnwrappable
Public Class ProblemDetails21Wrapper
Implements IUnwrappable, IXmlSerializable
Herencia
ProblemDetails21Wrapper
Derivado
Atributos
Implementaciones

Constructores

ProblemDetails21Wrapper()
ProblemDetails21Wrapper(ProblemDetails)

Campos

EmptyKey

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 para el especificado name de la 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