SoapReflectionImporter 생성자

정의

SoapReflectionImporter 클래스의 새 인스턴스를 초기화합니다.

오버로드

SoapReflectionImporter()

SoapReflectionImporter 클래스의 새 인스턴스를 초기화합니다.

SoapReflectionImporter(String)

가져온 형식 매핑의 기본 XML 네임스페이스를 지정하여 SoapReflectionImporter 클래스의 새 인스턴스를 초기화합니다.

SoapReflectionImporter(SoapAttributeOverrides)

XML serialization의 재정의를 지정하여 SoapReflectionImporter 클래스의 새 인스턴스를 초기화합니다.

SoapReflectionImporter(SoapAttributeOverrides, String)

XML serialization 재정의 및 기본 XML 네임스페이스를 지정하여 SoapReflectionImporter 클래스의 새 인스턴스를 초기화합니다.

SoapReflectionImporter()

SoapReflectionImporter 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

SoapReflectionImporter(String)

가져온 형식 매핑의 기본 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)

XML serialization의 재정의를 지정하여 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 인코딩을 사용하여 매핑된 형식을 serialize하는 방법을 재정의하는 XmlSerializer 개체입니다.

적용 대상

SoapReflectionImporter(SoapAttributeOverrides, String)

XML serialization 재정의 및 기본 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 인코딩을 사용하여 매핑된 형식을 serialize하는 방법을 재정의하는 XmlSerializer 개체입니다.

defaultNamespace
String

가져온 형식 매핑에 사용할 기본 XML 네임스페이스입니다.

적용 대상