HttpWebClientProtocol.GenerateXmlMappings 메서드

정의

지정한 형식으로 노출된 각 XML Web services 메서드의 XmlMembersMapping을 가져옵니다.

오버로드

GenerateXmlMappings(Type, ArrayList)

지정한 형식으로 노출되는 각 XML Web services 메서드의 XmlMembersMapping을 가져와서 지정한 ArrayList에 저장합니다.

GenerateXmlMappings(Type[], ArrayList)

지정한 형식으로 노출된 각 XML Web services 메서드의 XmlMembersMapping을 가져와서 해당 매핑을 ArrayList는 물론 이 메서드가 반환하는 Hashtable에 저장합니다.

GenerateXmlMappings(Type, ArrayList)

지정한 형식으로 노출되는 각 XML Web services 메서드의 XmlMembersMapping을 가져와서 지정한 ArrayList에 저장합니다.

public:
 static bool GenerateXmlMappings(Type ^ type, System::Collections::ArrayList ^ mappings);
public static bool GenerateXmlMappings (Type type, System.Collections.ArrayList mappings);
static member GenerateXmlMappings : Type * System.Collections.ArrayList -> bool
Public Shared Function GenerateXmlMappings (type As Type, mappings As ArrayList) As Boolean

매개 변수

type
Type

XML Web services 메서드를 노출하는 Type입니다.

mappings
ArrayList

ArrayList 매핑을 저장하는 데 사용되는 입니다.

반환

typeSoapHttpClientProtocol에 할당될 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상

GenerateXmlMappings(Type[], ArrayList)

지정한 형식으로 노출된 각 XML Web services 메서드의 XmlMembersMapping을 가져와서 해당 매핑을 ArrayList는 물론 이 메서드가 반환하는 Hashtable에 저장합니다.

public:
 static System::Collections::Hashtable ^ GenerateXmlMappings(cli::array <Type ^> ^ types, System::Collections::ArrayList ^ mappings);
public static System.Collections.Hashtable GenerateXmlMappings (Type[] types, System.Collections.ArrayList mappings);
static member GenerateXmlMappings : Type[] * System.Collections.ArrayList -> System.Collections.Hashtable
Public Shared Function GenerateXmlMappings (types As Type(), mappings As ArrayList) As Hashtable

매개 변수

types
Type[]

XML Web services 메서드를 노출하는 형식이 들어 있는 Type 형식 배열입니다.

mappings
ArrayList

매핑을 저장하는 데 사용되는 ArrayList입니다.

반환

지정한 형식으로 노출된 각 XML Web services 메서드의 Hashtable이 들어 있는 XmlMembersMapping입니다. types에 들어 있는 형식은 키로 사용됩니다.

적용 대상