Sdílet prostřednictvím


XmlSerializerOutputFormatter Konstruktory

Definice

Přetížení

XmlSerializerOutputFormatter()

Inicializuje novou instanci s XmlSerializerOutputFormatter výchozí XmlWriterSettings.

XmlSerializerOutputFormatter(ILoggerFactory)

Inicializuje novou instanci s XmlSerializerOutputFormatter výchozí XmlWriterSettings.

XmlSerializerOutputFormatter(XmlWriterSettings)

Inicializuje novou instanci .XmlSerializerOutputFormatter

XmlSerializerOutputFormatter(XmlWriterSettings, ILoggerFactory)

Inicializuje novou instanci XmlSerializerOutputFormatter

XmlSerializerOutputFormatter()

Zdroj:
XmlSerializerOutputFormatter.cs
Zdroj:
XmlSerializerOutputFormatter.cs
Zdroj:
XmlSerializerOutputFormatter.cs

Inicializuje novou instanci s XmlSerializerOutputFormatter výchozí XmlWriterSettings.

public:
 XmlSerializerOutputFormatter();
public XmlSerializerOutputFormatter ();
Public Sub New ()

Platí pro

XmlSerializerOutputFormatter(ILoggerFactory)

Zdroj:
XmlSerializerOutputFormatter.cs
Zdroj:
XmlSerializerOutputFormatter.cs
Zdroj:
XmlSerializerOutputFormatter.cs

Inicializuje novou instanci s XmlSerializerOutputFormatter výchozí XmlWriterSettings.

public:
 XmlSerializerOutputFormatter(Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public XmlSerializerOutputFormatter (Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter : Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter
Public Sub New (loggerFactory As ILoggerFactory)

Parametry

loggerFactory
ILoggerFactory

Hodnota ILoggerFactory

Platí pro

XmlSerializerOutputFormatter(XmlWriterSettings)

Zdroj:
XmlSerializerOutputFormatter.cs
Zdroj:
XmlSerializerOutputFormatter.cs
Zdroj:
XmlSerializerOutputFormatter.cs

Inicializuje novou instanci .XmlSerializerOutputFormatter

public:
 XmlSerializerOutputFormatter(System::Xml::XmlWriterSettings ^ writerSettings);
public XmlSerializerOutputFormatter (System.Xml.XmlWriterSettings writerSettings);
new Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter : System.Xml.XmlWriterSettings -> Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter
Public Sub New (writerSettings As XmlWriterSettings)

Parametry

writerSettings
XmlWriterSettings

Nastavení, která má použít .XmlSerializer

Platí pro

XmlSerializerOutputFormatter(XmlWriterSettings, ILoggerFactory)

Zdroj:
XmlSerializerOutputFormatter.cs
Zdroj:
XmlSerializerOutputFormatter.cs
Zdroj:
XmlSerializerOutputFormatter.cs

Inicializuje novou instanci XmlSerializerOutputFormatter

public:
 XmlSerializerOutputFormatter(System::Xml::XmlWriterSettings ^ writerSettings, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public XmlSerializerOutputFormatter (System.Xml.XmlWriterSettings writerSettings, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter : System.Xml.XmlWriterSettings * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter
Public Sub New (writerSettings As XmlWriterSettings, loggerFactory As ILoggerFactory)

Parametry

writerSettings
XmlWriterSettings

Nastavení, která má použít .XmlSerializer

loggerFactory
ILoggerFactory

Hodnota ILoggerFactory

Platí pro