System.Xml.Serialization.XmlSchemaImporter Members

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

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

Public Constructors

Initializes a new instance of the System.Xml.Serialization.XmlSchemaImporter class, taking a collection of System.Xml.Schema.XmlSchema objects representing the XML schemas used by SOAP literal messages defined in a WSDL document.

Initializes a new instance of the System.Xml.Serialization.XmlSchemaImporter class, taking a collection of System.Xml.Schema.XmlSchema objects that represents the XML schemas used by SOAP literal messages, plus classes being generated for bindings defined in a Web Services Description Language (WSDL) document.

Initializes a new instance of the System.Xml.Serialization.XmlSchemaImporter class for a collection of XML schemas, using the specified code generation options and import context.

Initializes a new instance of the System.Xml.Serialization.XmlSchemaImporter class, taking a collection of System.Xml.Schema.XmlSchema objects that represents the XML schemas used by SOAP literal messages, plus classes being generated for bindings defined in a WSDL document, and a System.Xml.Serialization.CodeGenerationOptions enumeration value.

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

Public Methods

ImportAnyType(System.Xml.XmlQualifiedName, string) : XmlMembersMapping

Generates internal type mapping information for a single, (SOAP) literal element part defined in a WSDL document.

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

Generates internal type mapping information for an element defined in an XML schema document.

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

Generates internal type mapping information for an element defined in an XML schema document or as a part in a WSDL document.

ImportMembersMapping(System.Xml.XmlQualifiedName) : XmlMembersMapping

Generates internal type mapping information for a single element part of a literal-use SOAP message defined in a WSDL document.

ImportMembersMapping(System.Xml.XmlQualifiedName[]) : XmlMembersMapping

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

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

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

ImportMembersMapping(System.Xml.XmlQualifiedName[], Type, bool) : XmlMembersMapping

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

ImportSchemaType(System.Xml.XmlQualifiedName) : XmlTypeMapping

Generates internal type mapping information for an element defined in an XML schema document.

ImportSchemaType(System.Xml.XmlQualifiedName, Type) : XmlTypeMapping

Generates internal type mapping information for an element defined in an XML schema document.

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

Generates internal type mapping information for an element defined in an XML schema document.

ImportTypeMapping(System.Xml.XmlQualifiedName) : XmlTypeMapping

Generates internal type mapping information for an element defined in an XML schema document.