Share via


SoapReflectionImporter Konstruktory

Definice

Inicializuje novou instanci SoapReflectionImporter třídy .

Přetížení

SoapReflectionImporter()

Inicializuje novou instanci SoapReflectionImporter třídy .

SoapReflectionImporter(String)

Inicializuje novou instanci SoapReflectionImporter třídy a určí výchozí obor názvů XML pro mapování importovaných typů.

SoapReflectionImporter(SoapAttributeOverrides)

Inicializuje novou instanci SoapReflectionImporter třídy, určení přepsání pro serializaci XML.

SoapReflectionImporter(SoapAttributeOverrides, String)

Inicializuje novou instanci SoapReflectionImporter třídy zadáním přepsání serializace XML a výchozí obor názvů XML.

SoapReflectionImporter()

Source:
SoapReflectionImporter.cs
Source:
SoapReflectionImporter.cs
Source:
SoapReflectionImporter.cs

Inicializuje novou instanci SoapReflectionImporter třídy .

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

Platí pro

SoapReflectionImporter(String)

Source:
SoapReflectionImporter.cs
Source:
SoapReflectionImporter.cs
Source:
SoapReflectionImporter.cs

Inicializuje novou instanci SoapReflectionImporter třídy a určí výchozí obor názvů XML pro mapování importovaných typů.

public:
 SoapReflectionImporter(System::String ^ defaultNamespace);
public SoapReflectionImporter (string? defaultNamespace);
public SoapReflectionImporter (string defaultNamespace);
new System.Xml.Serialization.SoapReflectionImporter : string -> System.Xml.Serialization.SoapReflectionImporter
Public Sub New (defaultNamespace As String)

Parametry

defaultNamespace
String

Výchozí obor názvů XML pro importované mapování typů.

Platí pro

SoapReflectionImporter(SoapAttributeOverrides)

Source:
SoapReflectionImporter.cs
Source:
SoapReflectionImporter.cs
Source:
SoapReflectionImporter.cs

Inicializuje novou instanci SoapReflectionImporter třídy, určení přepsání pro serializaci XML.

public:
 SoapReflectionImporter(System::Xml::Serialization::SoapAttributeOverrides ^ attributeOverrides);
public SoapReflectionImporter (System.Xml.Serialization.SoapAttributeOverrides? attributeOverrides);
public SoapReflectionImporter (System.Xml.Serialization.SoapAttributeOverrides attributeOverrides);
new System.Xml.Serialization.SoapReflectionImporter : System.Xml.Serialization.SoapAttributeOverrides -> System.Xml.Serialization.SoapReflectionImporter
Public Sub New (attributeOverrides As SoapAttributeOverrides)

Parametry

attributeOverrides
SoapAttributeOverrides

Objekt SoapAttributeOverrides , který přepisuje, jak XmlSerializer třída serializuje mapované typy pomocí kódování SOAP.

Platí pro

SoapReflectionImporter(SoapAttributeOverrides, String)

Source:
SoapReflectionImporter.cs
Source:
SoapReflectionImporter.cs
Source:
SoapReflectionImporter.cs

Inicializuje novou instanci SoapReflectionImporter třídy zadáním přepsání serializace XML a výchozí obor názvů XML.

public:
 SoapReflectionImporter(System::Xml::Serialization::SoapAttributeOverrides ^ attributeOverrides, System::String ^ defaultNamespace);
public SoapReflectionImporter (System.Xml.Serialization.SoapAttributeOverrides? attributeOverrides, string? defaultNamespace);
public SoapReflectionImporter (System.Xml.Serialization.SoapAttributeOverrides attributeOverrides, string defaultNamespace);
new System.Xml.Serialization.SoapReflectionImporter : System.Xml.Serialization.SoapAttributeOverrides * string -> System.Xml.Serialization.SoapReflectionImporter
Public Sub New (attributeOverrides As SoapAttributeOverrides, defaultNamespace As String)

Parametry

attributeOverrides
SoapAttributeOverrides

Objekt SoapAttributeOverrides , který přepisuje, jak XmlSerializer třída serializuje mapované typy pomocí kódování SOAP.

defaultNamespace
String

Výchozí obor názvů XML pro importované mapování typů.

Platí pro