ValidationProblemDetailsWrapper Class

Definition

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
ValidationProblemDetailsWrapper
Implements

Constructors

ValidationProblemDetailsWrapper()

Initializes a new instance of ValidationProblemDetailsWrapper.

ValidationProblemDetailsWrapper(ValidationProblemDetails)

Initializes a new instance of ValidationProblemDetailsWrapper for the specified problemDetails.

Methods

GetSchema() (Inherited from ProblemDetailsWrapper)
ReadValue(XmlReader, String)

Reads the value for the specified name from the reader.

ReadXml(XmlReader) (Inherited from ProblemDetailsWrapper)
WriteXml(XmlWriter) System.Object.WriteXml(System.Xml.XmlWriter)

Explicit Interface Implementations

IUnwrappable.Unwrap(Type)

Applies to