ProblemDetails21Wrapper Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 |
| ReadValue(XmlReader, String) |
Lee el valor para el especificado |
| 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) |