System.Xml.Serialization.XmlReflectionMember Class

Provides mappings between code entities in .NET Framework Web service methods and the content of Web Services Description Language (WSDL) messages that are defined for SOAP Web services.

See Also: XmlReflectionMember Members

Syntax

public class XmlReflectionMember

Remarks

The System.Xml.Serialization.XmlReflectionMember class is not used directly. Instead, it is used:

During reflection of a SOAP Web service method, arrays of System.Xml.Serialization.XmlReflectionMember objects are produced that represent the contents of WSDL message definitions. An array is produced for each of the following items that belong to a SOAP Web service method:

The System.Xml.Serialization.SoapReflectionImporter and System.Xml.Serialization.XmlReflectionImporter classes translate an System.Xml.Serialization.XmlReflectionMember array into an System.Xml.Serialization.XmlMembersMapping that contains an System.Xml.Serialization.XmlMemberMapping collection, for further processing.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0