ProblemDetails21Wrapper Třída

Definice

Upozornění

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

Obálková třída pro ProblemDetails , aby mohla být serializována formátovacími moduly XML.

public ref class ProblemDetails21Wrapper : Microsoft::AspNetCore::Mvc::Formatters::Xml::IUnwrappable, System::Xml::Serialization::IXmlSerializable
[System.Obsolete("This type is deprecated and will be removed in a future version")]
public class ProblemDetails21Wrapper : Microsoft.AspNetCore.Mvc.Formatters.Xml.IUnwrappable, System.Xml.Serialization.IXmlSerializable
[<System.Obsolete("This type is deprecated and will be removed in a future version")>]
type ProblemDetails21Wrapper = class
    interface IXmlSerializable
    interface IUnwrappable
Public Class ProblemDetails21Wrapper
Implements IUnwrappable, IXmlSerializable
Dědičnost
ProblemDetails21Wrapper
Odvozené
Atributy
Implementuje

Konstruktory

ProblemDetails21Wrapper()
ProblemDetails21Wrapper(ProblemDetails)

Pole

EmptyKey

Metody

GetSchema()

This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.

ReadValue(XmlReader, String)

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

ReadXml(XmlReader)

Generates an object from its XML representation.

WriteXml(XmlWriter)

Converts an object into its XML representation.

Explicitní implementace rozhraní

IUnwrappable.Unwrap(Type)

Platí pro