ValidationProblemDetailsWrapper 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.
Wrapper class for ValidationProblemDetails to enable it to be serialized by the xml formatters.
public ref class ValidationProblemDetailsWrapper : Microsoft::AspNetCore::Mvc::Formatters::Xml::ProblemDetailsWrapper
public class ValidationProblemDetailsWrapper : Microsoft.AspNetCore.Mvc.Formatters.Xml.ProblemDetailsWrapper
type ValidationProblemDetailsWrapper = class
inherit ProblemDetailsWrapper
interface IUnwrappable
Public Class ValidationProblemDetailsWrapper
Inherits ProblemDetailsWrapper
- Inheritance
- Implements
Constructors
ValidationProblemDetailsWrapper() |
Initializes a new instance of ValidationProblemDetailsWrapper. |
ValidationProblemDetailsWrapper(ValidationProblemDetails) |
Initializes a new instance of ValidationProblemDetailsWrapper for the specified
|
Methods
GetSchema() | (Inherited from ProblemDetailsWrapper) |
ReadValue(XmlReader, String) |
Reads the value for the specified |
ReadXml(XmlReader) | (Inherited from ProblemDetailsWrapper) |
WriteXml(XmlWriter) | System.Object.WriteXml(System.Xml.XmlWriter) |
Explicit Interface Implementations
IUnwrappable.Unwrap(Type) |