System.Xml.Serialization.SoapReflectionImporter Members

The members of System.Xml.Serialization.SoapReflectionImporter are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Xml.Serialization.SoapReflectionImporter class.

Initializes a new instance of the System.Xml.Serialization.SoapReflectionImporter class, specifying a default XML namespace for imported type mappings.

Initializes a new instance of the System.Xml.Serialization.SoapReflectionImporter class, specifying overrides for XML serialization.

Initializes a new instance of the System.Xml.Serialization.SoapReflectionImporter class, specifying XML serialization overrides and a default XML namespace.

Public Methods

ImportMembersMapping(string, string, XmlReflectionMember[]) : XmlMembersMapping

Generates internal type mappings for information that is gathered from a Web service method.

ImportMembersMapping(string, string, XmlReflectionMember[], bool, bool) : XmlMembersMapping

Generates internal type mappings for information that is gathered from a Web service method.

ImportMembersMapping(string, string, XmlReflectionMember[], bool, bool, bool) : XmlMembersMapping

Generates internal type mappings for information that is gathered from a Web service method.

ImportMembersMapping(string, string, XmlReflectionMember[], bool, bool, bool, XmlMappingAccess) : XmlMembersMapping

Generates internal type mappings for information that is gathered from a Web service method.

ImportTypeMapping(Type) : XmlTypeMapping

Generates a mapping to an XML Schema element for a .NET Framework type.

ImportTypeMapping(Type, string) : XmlTypeMapping

Generates a mapping to an XML Schema element for a .NET Framework type.

IncludeType(Type)

Places mappings for a type in the System.Xml.Serialization.SoapReflectionImporter instance's context for later use when import methods are invoked.

IncludeTypes(System.Reflection.ICustomAttributeProvider)

Places mappings for derived types in the System.Xml.Serialization.SoapReflectionImporter instance's context for later use when import methods are invoked.