ValidationProblemDetails21Wrapper 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 ValidationProblemDetails to enable it to be serialized by the xml formatters.
public ref class ValidationProblemDetails21Wrapper : Microsoft::AspNetCore::Mvc::Formatters::Xml::ProblemDetails21Wrapper
[System.Obsolete("This type is deprecated and will be removed in a future version")]
public class ValidationProblemDetails21Wrapper : Microsoft.AspNetCore.Mvc.Formatters.Xml.ProblemDetails21Wrapper
[<System.Obsolete("This type is deprecated and will be removed in a future version")>]
type ValidationProblemDetails21Wrapper = class
inherit ProblemDetails21Wrapper
interface IUnwrappable
Public Class ValidationProblemDetails21Wrapper
Inherits ProblemDetails21Wrapper
- Inheritance
- Attributes
- Implements
Constructors
ValidationProblemDetails21Wrapper() |
Initializes a new instance of ValidationProblemDetailsWrapper. |
ValidationProblemDetails21Wrapper(ValidationProblemDetails) |
Initializes a new instance of ValidationProblemDetailsWrapper for the specified
|
Methods
GetSchema() | (Inherited from ProblemDetails21Wrapper) |
ReadValue(XmlReader, String) |
Reads the value for the specified |
ReadXml(XmlReader) | (Inherited from ProblemDetails21Wrapper) |
WriteXml(XmlWriter) | System.Object.WriteXml(System.Xml.XmlWriter) |
Explicit Interface Implementations
IUnwrappable.Unwrap(Type) |