ProblemDetails21Wrapper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This type is deprecated and will be removed in a future version
Wrapper class for ProblemDetails to enable it to be serialized by the xml formatters.
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
- Inheritance
-
ProblemDetails21Wrapper
- Derived
- Attributes
- Implements
Constructors
ProblemDetails21Wrapper() | |
ProblemDetails21Wrapper(ProblemDetails) |
Fields
EmptyKey |
Methods
GetSchema() | This method is reserved and should not be used. When implementing the |
ReadValue(XmlReader, String) |
Reads the value for the specified |
ReadXml(XmlReader) | Generates an object from its XML representation. |
WriteXml(XmlWriter) | Converts an object into its XML representation. |
Explicit Interface Implementations
IUnwrappable.Unwrap(Type) |