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.

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

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

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

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

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

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

Return to top
Show: