System.Xml.Serialization.XmlSchemaExporter: Method Members

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

See Also: Inherited members from System.Object

Public Methods

ExportAnyType(string) : string

Exports an <any> element to the System.Xml.Schema.XmlSchema object that is identified by the specified namespace.

ExportAnyType(XmlMembersMapping) : string

Adds an element declaration for an object or type to a SOAP message or to an System.Xml.Schema.XmlSchema object.

ExportMembersMapping(XmlMembersMapping)

Adds an element declaration to the applicable System.Xml.Schema.XmlSchema for each of the element parts of a literal SOAP message definition.

ExportMembersMapping(XmlMembersMapping, bool)

Adds an element declaration to the applicable System.Xml.Schema.XmlSchema for each of the element parts of a literal SOAP message definition, and specifies whether enclosing elements are included.

ExportTypeMapping(XmlMembersMapping) : System.Xml.XmlQualifiedName

Adds an element declaration to the applicable System.Xml.Schema.XmlSchema object for a single element part of a literal SOAP message definition.

ExportTypeMapping(XmlTypeMapping)

Adds an element declaration for a .NET Framework type to the applicable System.Xml.Schema.XmlSchema object.