SoapReflectionImporter コンストラクター

定義

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

オーバーロード

SoapReflectionImporter()

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

SoapReflectionImporter(String)

インポートされる型の対応付けに使用する既定の XML 名前空間を指定して、SoapReflectionImporter クラスの新しいインスタンスを初期化します。

SoapReflectionImporter(SoapAttributeOverrides)

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

SoapReflectionImporter(SoapAttributeOverrides, String)

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

SoapReflectionImporter()

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

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

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

適用対象

SoapReflectionImporter(String)

Source:
SoapReflectionImporter.cs
Source:
SoapReflectionImporter.cs
Source:
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)

Source:
SoapReflectionImporter.cs
Source:
SoapReflectionImporter.cs
Source:
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)

Source:
SoapReflectionImporter.cs
Source:
SoapReflectionImporter.cs
Source:
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 名前空間。

適用対象