SoapCodeExporter Constructor
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the SoapCodeExporter class.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | SoapCodeExporter(CodeNamespace^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SoapCodeExporter class, assuming no code compile unit. |
![]() | SoapCodeExporter(CodeNamespace^, CodeCompileUnit^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SoapCodeExporter class, specifying a code compile unit parameter in addition to a namespace parameter. |
![]() | SoapCodeExporter(CodeNamespace^, CodeCompileUnit^, CodeDomProvider^, CodeGenerationOptions, Hashtable^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SoapCodeExporter class, specifying a code namespace, a code compile unit, a code generator, code generation options, and mappings. |
![]() | SoapCodeExporter(CodeNamespace^, CodeCompileUnit^, CodeGenerationOptions) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SoapCodeExporter class, specifying a code namespace, a code compile unit, and code generation options. |
![]() | SoapCodeExporter(CodeNamespace^, CodeCompileUnit^, CodeGenerationOptions, Hashtable^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SoapCodeExporter class, specifying a code namespace, a code compile unit, code generation options, and mappings. |
