System.Xml.Serialization.XmlSchemaImporter: Constructor Members

The constructors of System.Xml.Serialization.XmlSchemaImporter are listed below. For a list of all members, see the XmlSchemaImporter Members list.

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.