ProblemDetailsWrapper Třída

Definice

Třída obálky umožňující ProblemDetails serializaci formátovacími moduly XML.

public ref class ProblemDetailsWrapper : Microsoft::AspNetCore::Mvc::Formatters::Xml::IUnwrappable, System::Xml::Serialization::IXmlSerializable
public class ProblemDetailsWrapper : Microsoft.AspNetCore.Mvc.Formatters.Xml.IUnwrappable, System.Xml.Serialization.IXmlSerializable
type ProblemDetailsWrapper = class
    interface IXmlSerializable
    interface IUnwrappable
type ProblemDetailsWrapper = class
    interface IUnwrappable
    interface IXmlSerializable
Public Class ProblemDetailsWrapper
Implements IUnwrappable, IXmlSerializable
Dědičnost
ProblemDetailsWrapper
Odvozené
Implementuje

Konstruktory

ProblemDetailsWrapper()

Inicializuje novou instanci .ProblemDetailsWrapper

ProblemDetailsWrapper(ProblemDetails)

Inicializuje novou instanci .ProblemDetailsWrapper

Pole

EmptyKey

Klíč použitý k reprezentaci elementů slovníku s prázdnými klíči

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)

Načte hodnotu zadané hodnoty ze zadané name hodnoty 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