SoapSchemaImporter Constructors

Definition

Initializes a new instance of the SoapSchemaImporter class.

Overloads

SoapSchemaImporter(XmlSchemas)

This API supports the product infrastructure and is not intended to be used directly from your code.

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

SoapSchemaImporter(XmlSchemas, CodeIdentifiers)

This API supports the product infrastructure and is not intended to be used directly from your code.

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

SoapSchemaImporter(XmlSchemas, CodeGenerationOptions, ImportContext)

This API supports the product infrastructure and is not intended to be used directly from your code.

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

SoapSchemaImporter(XmlSchemas, CodeIdentifiers, CodeGenerationOptions)

This API supports the product infrastructure and is not intended to be used directly from your code.

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

SoapSchemaImporter(XmlSchemas, CodeGenerationOptions, CodeDomProvider, ImportContext)

This API supports the product infrastructure and is not intended to be used directly from your code.

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

SoapSchemaImporter(XmlSchemas)

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

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 SoapSchemaImporter(System::Xml::Serialization::XmlSchemas ^ schemas);
public SoapSchemaImporter (System.Xml.Serialization.XmlSchemas schemas);
new System.Xml.Serialization.SoapSchemaImporter : System.Xml.Serialization.XmlSchemas -> System.Xml.Serialization.SoapSchemaImporter
Public Sub New (schemas As XmlSchemas)

Parameters

schemas
XmlSchemas

A collection of XmlSchema objects.

Remarks

SOAP encoding, as defined in Section 5 of the SOAP 1.1 specification, is specified in a WSDL document.

Instead of creating an instance of the SoapSchemaImporter class directly, use Wsdl.exe.

Applies to

SoapSchemaImporter(XmlSchemas, CodeIdentifiers)

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

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 SoapSchemaImporter(System::Xml::Serialization::XmlSchemas ^ schemas, System::Xml::Serialization::CodeIdentifiers ^ typeIdentifiers);
public SoapSchemaImporter (System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.CodeIdentifiers typeIdentifiers);
new System.Xml.Serialization.SoapSchemaImporter : System.Xml.Serialization.XmlSchemas * System.Xml.Serialization.CodeIdentifiers -> System.Xml.Serialization.SoapSchemaImporter
Public Sub New (schemas As XmlSchemas, typeIdentifiers As CodeIdentifiers)

Parameters

schemas
XmlSchemas

A collection of XmlSchema objects.

typeIdentifiers
CodeIdentifiers

A CodeIdentifiers object that specifies a collection of classes being generated for bindings defined in a WSDL document.

Remarks

SOAP encoding, as defined in Section 5 of the SOAP 1.1 specification, is specified in a WSDL document.

Instead of creating an instance of the SoapSchemaImporter class directly, use Wsdl.exe.

Applies to

SoapSchemaImporter(XmlSchemas, CodeGenerationOptions, ImportContext)

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

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 SoapSchemaImporter(System::Xml::Serialization::XmlSchemas ^ schemas, System::Xml::Serialization::CodeGenerationOptions options, System::Xml::Serialization::ImportContext ^ context);
public SoapSchemaImporter (System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.CodeGenerationOptions options, System.Xml.Serialization.ImportContext context);
new System.Xml.Serialization.SoapSchemaImporter : System.Xml.Serialization.XmlSchemas * System.Xml.Serialization.CodeGenerationOptions * System.Xml.Serialization.ImportContext -> System.Xml.Serialization.SoapSchemaImporter
Public Sub New (schemas As XmlSchemas, options As CodeGenerationOptions, context As ImportContext)

Parameters

schemas
XmlSchemas

A collection of XmlSchema objects.

options
CodeGenerationOptions

One of the CodeGenerationOptions that specifies various options for generating a .NET Framework type.

context
ImportContext

An ImportContext that describes the context in which a set of schema are bound to .NET Framework code entities.

Applies to

SoapSchemaImporter(XmlSchemas, CodeIdentifiers, CodeGenerationOptions)

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

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 SoapSchemaImporter(System::Xml::Serialization::XmlSchemas ^ schemas, System::Xml::Serialization::CodeIdentifiers ^ typeIdentifiers, System::Xml::Serialization::CodeGenerationOptions options);
public SoapSchemaImporter (System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.CodeIdentifiers typeIdentifiers, System.Xml.Serialization.CodeGenerationOptions options);
new System.Xml.Serialization.SoapSchemaImporter : System.Xml.Serialization.XmlSchemas * System.Xml.Serialization.CodeIdentifiers * System.Xml.Serialization.CodeGenerationOptions -> System.Xml.Serialization.SoapSchemaImporter
Public Sub New (schemas As XmlSchemas, typeIdentifiers As CodeIdentifiers, options As CodeGenerationOptions)

Parameters

schemas
XmlSchemas

A collection of XmlSchema objects.

typeIdentifiers
CodeIdentifiers

A CodeIdentifiers that maintains a group of names for related code entities or type mappings that are generated by the .NET Framework's XML serialization infrastructure.

options
CodeGenerationOptions

One of the CodeGenerationOptions that specifies various options for generating a .NET Framework type.

Applies to

SoapSchemaImporter(XmlSchemas, CodeGenerationOptions, CodeDomProvider, ImportContext)

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

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 SoapSchemaImporter(System::Xml::Serialization::XmlSchemas ^ schemas, System::Xml::Serialization::CodeGenerationOptions options, System::CodeDom::Compiler::CodeDomProvider ^ codeProvider, System::Xml::Serialization::ImportContext ^ context);
public SoapSchemaImporter (System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.CodeGenerationOptions options, System.CodeDom.Compiler.CodeDomProvider codeProvider, System.Xml.Serialization.ImportContext context);
new System.Xml.Serialization.SoapSchemaImporter : System.Xml.Serialization.XmlSchemas * System.Xml.Serialization.CodeGenerationOptions * System.CodeDom.Compiler.CodeDomProvider * System.Xml.Serialization.ImportContext -> System.Xml.Serialization.SoapSchemaImporter
Public Sub New (schemas As XmlSchemas, options As CodeGenerationOptions, codeProvider As CodeDomProvider, context As ImportContext)

Parameters

schemas
XmlSchemas

An XmlSchemas containing a collection of XmlSchema objects.

options
CodeGenerationOptions

One of the CodeGenerationOptions that specifies various options for generating a .NET Framework type.

codeProvider
CodeDomProvider

A CodeDomProvider used to generate the serialization code.

context
ImportContext

An ImportContext that describes the context in which a set of schema are bound to .NET Framework code entities.

Applies to