SoapReflectionImporter Konstruktory

Definice

Inicializuje novou instanci SoapReflectionImporter třídy.

Přetížení

Name Description
SoapReflectionImporter()

Inicializuje novou instanci SoapReflectionImporter třídy.

SoapReflectionImporter(String)

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

SoapReflectionImporter(SoapAttributeOverrides)

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

SoapReflectionImporter(SoapAttributeOverrides, String)

Inicializuje novou instanci SoapReflectionImporter třídy, určení přepsání serializace XML a výchozí obor názvů XML.

SoapReflectionImporter()

Zdroj:
SoapReflectionImporter.cs
Zdroj:
SoapReflectionImporter.cs
Zdroj:
SoapReflectionImporter.cs
Zdroj:
SoapReflectionImporter.cs
Zdroj:
SoapReflectionImporter.cs

Inicializuje novou instanci SoapReflectionImporter třídy.

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

Platí pro

SoapReflectionImporter(String)

Zdroj:
SoapReflectionImporter.cs
Zdroj:
SoapReflectionImporter.cs
Zdroj:
SoapReflectionImporter.cs
Zdroj:
SoapReflectionImporter.cs
Zdroj:
SoapReflectionImporter.cs

Inicializuje novou instanci SoapReflectionImporter třídy a určuje výchozí obor názvů XML pro importované mapování 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, který se má použít pro importovaná mapování typů.

Platí pro

SoapReflectionImporter(SoapAttributeOverrides)

Zdroj:
SoapReflectionImporter.cs
Zdroj:
SoapReflectionImporter.cs
Zdroj:
SoapReflectionImporter.cs
Zdroj:
SoapReflectionImporter.cs
Zdroj:
SoapReflectionImporter.cs

Inicializuje novou instanci SoapReflectionImporter třídy a určuje 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řepíše, jak XmlSerializer třída serializuje mapované typy pomocí kódování SOAP.

Platí pro

SoapReflectionImporter(SoapAttributeOverrides, String)

Zdroj:
SoapReflectionImporter.cs
Zdroj:
SoapReflectionImporter.cs
Zdroj:
SoapReflectionImporter.cs
Zdroj:
SoapReflectionImporter.cs
Zdroj:
SoapReflectionImporter.cs

Inicializuje novou instanci SoapReflectionImporter třídy, určení 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řepíše, jak XmlSerializer třída serializuje mapované typy pomocí kódování SOAP.

defaultNamespace
String

Výchozí obor názvů XML, který se má použít pro importovaná mapování typů.

Platí pro