SoapSchemaImporter Constructor

 

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.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodSoapSchemaImporter(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.

System_CAPS_pubmethodSoapSchemaImporter(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.

System_CAPS_pubmethodSoapSchemaImporter(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.

System_CAPS_pubmethodSoapSchemaImporter(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.

System_CAPS_pubmethodSoapSchemaImporter(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.

Return to top
Show: