ValidationProblemDetails21Wrapper Třída

Definice

Upozornění

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

Obálková třída pro ValidationProblemDetails , aby mohla být serializována formátovacími moduly 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
Dědičnost
ValidationProblemDetails21Wrapper
Atributy
Implementuje

Konstruktory

ValidationProblemDetails21Wrapper()

Inicializuje novou instanci ValidationProblemDetailsWrapper .

ValidationProblemDetails21Wrapper(ValidationProblemDetails)

Inicializuje novou instanci ValidationProblemDetailsWrapper pro zadanou hodnotu problemDetails .

Metody

GetSchema() (Zděděno od ProblemDetails21Wrapper)
ReadValue(XmlReader, String)

Přečte hodnotu pro zadanou name z reader .

ReadXml(XmlReader) (Zděděno od ProblemDetails21Wrapper)
WriteXml(XmlWriter) System.Object.WriteXml(System.Xml.XmlWriter)

Explicitní implementace rozhraní

IUnwrappable.Unwrap(Type)

Platí pro