Udostępnij za pośrednictwem


XmlSerializerOutputFormatter Konstruktory

Definicja

Przeciążenia

XmlSerializerOutputFormatter()

Inicjuje nowe wystąpienie z XmlSerializerOutputFormatter domyślnym elementem XmlWriterSettings.

XmlSerializerOutputFormatter(ILoggerFactory)

Inicjuje nowe wystąpienie z XmlSerializerOutputFormatter domyślnym elementem XmlWriterSettings.

XmlSerializerOutputFormatter(XmlWriterSettings)

Inicjuje nowe wystąpienie klasy XmlSerializerOutputFormatter.

XmlSerializerOutputFormatter(XmlWriterSettings, ILoggerFactory)

Inicjuje nowe wystąpienie klasy XmlSerializerOutputFormatter

XmlSerializerOutputFormatter()

Źródło:
XmlSerializerOutputFormatter.cs
Źródło:
XmlSerializerOutputFormatter.cs
Źródło:
XmlSerializerOutputFormatter.cs

Inicjuje nowe wystąpienie z XmlSerializerOutputFormatter domyślnym elementem XmlWriterSettings.

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

Dotyczy

XmlSerializerOutputFormatter(ILoggerFactory)

Źródło:
XmlSerializerOutputFormatter.cs
Źródło:
XmlSerializerOutputFormatter.cs
Źródło:
XmlSerializerOutputFormatter.cs

Inicjuje nowe wystąpienie z XmlSerializerOutputFormatter domyślnym elementem 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

Element ILoggerFactory.

Dotyczy

XmlSerializerOutputFormatter(XmlWriterSettings)

Źródło:
XmlSerializerOutputFormatter.cs
Źródło:
XmlSerializerOutputFormatter.cs
Źródło:
XmlSerializerOutputFormatter.cs

Inicjuje nowe wystąpienie klasy 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

Ustawienia, które mają być używane przez element XmlSerializer.

Dotyczy

XmlSerializerOutputFormatter(XmlWriterSettings, ILoggerFactory)

Źródło:
XmlSerializerOutputFormatter.cs
Źródło:
XmlSerializerOutputFormatter.cs
Źródło:
XmlSerializerOutputFormatter.cs

Inicjuje nowe wystąpienie klasy 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

Ustawienia, które mają być używane przez element XmlSerializer.

loggerFactory
ILoggerFactory

Element ILoggerFactory.

Dotyczy