SoapReflectionImporter Constructeurs

Définition

Initialise une nouvelle instance de la classe SoapReflectionImporter.

Surcharges

Nom Description
SoapReflectionImporter()

Initialise une nouvelle instance de la classe SoapReflectionImporter.

SoapReflectionImporter(String)

Initialise une nouvelle instance de la SoapReflectionImporter classe, en spécifiant un espace de noms XML par défaut pour les mappages de types importés.

SoapReflectionImporter(SoapAttributeOverrides)

Initialise une nouvelle instance de la classe, en spécifiant des remplacements pour la SoapReflectionImporter sérialisation XML.

SoapReflectionImporter(SoapAttributeOverrides, String)

Initialise une nouvelle instance de la SoapReflectionImporter classe, en spécifiant les remplacements de sérialisation XML et un espace de noms XML par défaut.

SoapReflectionImporter()

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

Initialise une nouvelle instance de la classe SoapReflectionImporter.

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

S’applique à

SoapReflectionImporter(String)

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

Initialise une nouvelle instance de la SoapReflectionImporter classe, en spécifiant un espace de noms XML par défaut pour les mappages de types importés.

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)

Paramètres

defaultNamespace
String

Espace de noms XML par défaut à utiliser pour les mappages de types importés.

S’applique à

SoapReflectionImporter(SoapAttributeOverrides)

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

Initialise une nouvelle instance de la classe, en spécifiant des remplacements pour la SoapReflectionImporter sérialisation 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)

Paramètres

attributeOverrides
SoapAttributeOverrides

Objet SoapAttributeOverrides qui remplace la façon dont la classe sérialise les types mappés à l’aide XmlSerializer de l’encodage SOAP.

S’applique à

SoapReflectionImporter(SoapAttributeOverrides, String)

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

Initialise une nouvelle instance de la SoapReflectionImporter classe, en spécifiant les remplacements de sérialisation XML et un espace de noms XML par défaut.

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)

Paramètres

attributeOverrides
SoapAttributeOverrides

Objet SoapAttributeOverrides qui remplace la façon dont la classe sérialise les types mappés à l’aide XmlSerializer de l’encodage SOAP.

defaultNamespace
String

Espace de noms XML par défaut à utiliser pour les mappages de types importés.

S’applique à