SoapReflectionImporter コンストラクター

定義

SoapReflectionImporter クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
SoapReflectionImporter()

SoapReflectionImporter クラスの新しいインスタンスを初期化します。

SoapReflectionImporter(String)

インポートされた型マッピングの既定の XML 名前空間を指定して、 SoapReflectionImporter クラスの新しいインスタンスを初期化します。

SoapReflectionImporter(SoapAttributeOverrides)

XML シリアル化のオーバーライドを指定して、 SoapReflectionImporter クラスの新しいインスタンスを初期化します。

SoapReflectionImporter(SoapAttributeOverrides, String)

XML シリアル化のオーバーライドと既定の XML 名前空間を指定して、 SoapReflectionImporter クラスの新しいインスタンスを初期化します。

SoapReflectionImporter()

ソース:
SoapReflectionImporter.cs
ソース:
SoapReflectionImporter.cs
ソース:
SoapReflectionImporter.cs
ソース:
SoapReflectionImporter.cs
ソース:
SoapReflectionImporter.cs

SoapReflectionImporter クラスの新しいインスタンスを初期化します。

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

適用対象

SoapReflectionImporter(String)

ソース:
SoapReflectionImporter.cs
ソース:
SoapReflectionImporter.cs
ソース:
SoapReflectionImporter.cs
ソース:
SoapReflectionImporter.cs
ソース:
SoapReflectionImporter.cs

インポートされた型マッピングの既定の XML 名前空間を指定して、 SoapReflectionImporter クラスの新しいインスタンスを初期化します。

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)

パラメーター

defaultNamespace
String

インポートされた型マッピングに使用する既定の XML 名前空間。

適用対象

SoapReflectionImporter(SoapAttributeOverrides)

ソース:
SoapReflectionImporter.cs
ソース:
SoapReflectionImporter.cs
ソース:
SoapReflectionImporter.cs
ソース:
SoapReflectionImporter.cs
ソース:
SoapReflectionImporter.cs

XML シリアル化のオーバーライドを指定して、 SoapReflectionImporter クラスの新しいインスタンスを初期化します。

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)

パラメーター

attributeOverrides
SoapAttributeOverrides

SoapAttributeOverrides クラスが SOAP エンコードを使用してマップされた型をシリアル化する方法をオーバーライドするXmlSerializer オブジェクト。

適用対象

SoapReflectionImporter(SoapAttributeOverrides, String)

ソース:
SoapReflectionImporter.cs
ソース:
SoapReflectionImporter.cs
ソース:
SoapReflectionImporter.cs
ソース:
SoapReflectionImporter.cs
ソース:
SoapReflectionImporter.cs

XML シリアル化のオーバーライドと既定の XML 名前空間を指定して、 SoapReflectionImporter クラスの新しいインスタンスを初期化します。

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)

パラメーター

attributeOverrides
SoapAttributeOverrides

SoapAttributeOverrides クラスが SOAP エンコードを使用してマップされた型をシリアル化する方法をオーバーライドするXmlSerializer オブジェクト。

defaultNamespace
String

インポートされた型マッピングに使用する既定の XML 名前空間。

適用対象