ValidationProblemDetailsWrapper 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的 ValidationProblemDetails 包裝函式類別,可讓它由 xml 格式子序列化。
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
- 繼承
- 實作
建構函式
| ValidationProblemDetailsWrapper() |
初始化 ValidationProblemDetailsWrapper 的新執行個體。 |
| ValidationProblemDetailsWrapper(ValidationProblemDetails) |
為指定的 ValidationProblemDetailsWrapper,初始化 |
方法
| GetSchema() |
的 ValidationProblemDetails 包裝函式類別,可讓它由 xml 格式子序列化。 (繼承來源 ProblemDetailsWrapper) |
| ReadValue(XmlReader, String) |
從 讀取所指定 |
| ReadXml(XmlReader) |
的 ValidationProblemDetails 包裝函式類別,可讓它由 xml 格式子序列化。 (繼承來源 ProblemDetailsWrapper) |
| WriteXml(XmlWriter) |
的 ValidationProblemDetails 包裝函式類別,可讓它由 xml 格式子序列化。 |
明確介面實作
| IUnwrappable.Unwrap(Type) |
的 ValidationProblemDetails 包裝函式類別,可讓它由 xml 格式子序列化。 |