Freigeben über


XmlSerializerOutputFormatter Konstruktoren

Definition

Überlädt

XmlSerializerOutputFormatter()

Initialisiert eine neue instance von XmlSerializerOutputFormatter mit der Standardeinstellung XmlWriterSettings.

XmlSerializerOutputFormatter(ILoggerFactory)

Initialisiert eine neue instance von XmlSerializerOutputFormatter mit der Standardeinstellung XmlWriterSettings.

XmlSerializerOutputFormatter(XmlWriterSettings)

Initialisiert eine neue Instanz von XmlSerializerOutputFormatter.

XmlSerializerOutputFormatter(XmlWriterSettings, ILoggerFactory)

Initialisiert eine neue Instanz von XmlSerializerOutputFormatter.

XmlSerializerOutputFormatter()

Quelle:
XmlSerializerOutputFormatter.cs
Quelle:
XmlSerializerOutputFormatter.cs
Quelle:
XmlSerializerOutputFormatter.cs

Initialisiert eine neue instance von XmlSerializerOutputFormatter mit der Standardeinstellung XmlWriterSettings.

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

Gilt für:

XmlSerializerOutputFormatter(ILoggerFactory)

Quelle:
XmlSerializerOutputFormatter.cs
Quelle:
XmlSerializerOutputFormatter.cs
Quelle:
XmlSerializerOutputFormatter.cs

Initialisiert eine neue instance von XmlSerializerOutputFormatter mit der Standardeinstellung 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)

Parameter

loggerFactory
ILoggerFactory

Die ILoggerFactory.

Gilt für:

XmlSerializerOutputFormatter(XmlWriterSettings)

Quelle:
XmlSerializerOutputFormatter.cs
Quelle:
XmlSerializerOutputFormatter.cs
Quelle:
XmlSerializerOutputFormatter.cs

Initialisiert eine neue Instanz von 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)

Parameter

writerSettings
XmlWriterSettings

Die Einstellungen, die XmlSerializervon verwendet werden sollen.

Gilt für:

XmlSerializerOutputFormatter(XmlWriterSettings, ILoggerFactory)

Quelle:
XmlSerializerOutputFormatter.cs
Quelle:
XmlSerializerOutputFormatter.cs
Quelle:
XmlSerializerOutputFormatter.cs

Initialisiert eine neue Instanz von 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)

Parameter

writerSettings
XmlWriterSettings

Die Einstellungen, die XmlSerializervon verwendet werden sollen.

loggerFactory
ILoggerFactory

Die ILoggerFactory.

Gilt für: