ValidationProblemDetails21Wrapper 类

定义

注意

This type is deprecated and will be removed in a future version

包装 ValidationProblemDetails 类,使 XML 格式化程序能够序列化它。

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
继承
ValidationProblemDetails21Wrapper
属性
实现

构造函数

ValidationProblemDetails21Wrapper()
已过时.

初始化 ValidationProblemDetailsWrapper 的新实例。

ValidationProblemDetails21Wrapper(ValidationProblemDetails)
已过时.

针对指定的 ValidationProblemDetailsWrapper 初始化 problemDetails 的新实例。

方法

GetSchema()
已过时.

包装 ValidationProblemDetails 类,使 XML 格式化程序能够序列化它。

(继承自 ProblemDetails21Wrapper)
ReadValue(XmlReader, String)
已过时.

从 中读取指定 name 的值 reader

ReadXml(XmlReader)
已过时.

包装 ValidationProblemDetails 类,使 XML 格式化程序能够序列化它。

(继承自 ProblemDetails21Wrapper)
WriteXml(XmlWriter)
已过时.

包装 ValidationProblemDetails 类,使 XML 格式化程序能够序列化它。

显式接口实现

IUnwrappable.Unwrap(Type)
已过时.

包装 ValidationProblemDetails 类,使 XML 格式化程序能够序列化它。

适用于