System.Xml.Serialization.SoapSchemaImporter Members

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

See Also: Inherited members from System.Xml.Serialization.SchemaImporter

Public Constructors

Initializes a new instance of the System.Xml.Serialization.SoapSchemaImporter class, specifying System.Xml.Schema.XmlSchema objects representing the XML schemas used by SOAP encoded messages defined in a WSDL document.

Initializes a new instance of the System.Xml.Serialization.SoapSchemaImporter class, specifying System.Xml.Schema.XmlSchema objects representing the XML schemas used by SOAP encoded messages, plus classes being generated for bindings defined in a WSDL document.

Initializes a new instance of the System.Xml.Serialization.SoapSchemaImporter class specifying the schemas, compiler options, and the context of the schemas.

Initializes a new instance of the System.Xml.Serialization.SoapSchemaImporter class specifying the schemas, compiler options, and names of related code entities.

Initializes a new instance of the System.Xml.Serialization.SoapSchemaImporter class specifying the schemas, compiler options, and names of related code entities.

Public Methods

ImportDerivedTypeMapping(System.Xml.XmlQualifiedName, Type, bool) : XmlTypeMapping

Generates internal type mapping information for the type of a SOAP-encoded element part defined in a WSDL document where a base type is specified.

ImportMembersMapping(string, string, SoapSchemaMember) : XmlMembersMapping

Generates internal type mapping information for a single SOAP-encoded element part defined in a WSDL document.

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

Generates internal type mapping information for the element parts of a SOAP-encoded message defined in a WSDL document.

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

Generates internal type mapping information for the element parts of a SOAP-encoded message defined in a WSDL document.

ImportMembersMapping(string, string, SoapSchemaMember[], bool, Type, bool) : XmlMembersMapping

Generates internal type mapping information for the element parts of a SOAP-encoded message defined in a WSDL document.