System.Xml.Serialization.XmlCodeExporter: Method Members

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

See Also: Inherited members from System.Xml.Serialization.CodeExporter

Public Methods

AddMappingMetadata(System.CodeDom.CodeAttributeDeclarationCollection, XmlMemberMapping, string)

Adds an System.Xml.Serialization.XmlElementAttribute declaration to a method parameter or return value that corresponds to a <part> element of a SOAP message definition in a Web Services Description Language (WSDL) document.

AddMappingMetadata(System.CodeDom.CodeAttributeDeclarationCollection, XmlTypeMapping, string)

Adds an System.Xml.Serialization.XmlElementAttribute declaration to a method return value that corresponds to a <part> element of a non-SOAP message definition in a Web Services Description Language (WSDL) document.

AddMappingMetadata(System.CodeDom.CodeAttributeDeclarationCollection, XmlMemberMapping, string, bool)

Adds an System.Xml.Serialization.XmlElementAttribute declaration to a method parameter or return value that corresponds to a <part> element of a SOAP message definition in a Web Services Description Language (WSDL) document.

ExportMembersMapping(XmlMembersMapping)

Generates a .NET Framework type, plus attribute declarations, for each of the parts that belong to a SOAP message definition in a Web Services Description Language (WSDL) document.

ExportTypeMapping(XmlTypeMapping)

Generates a .NET Framework type, plus attribute declarations, for an XML schema element.