The
methods
of System.Xml.Serialization.XmlSchemaImporter are listed below. For a list of all members, see the XmlSchemaImporter Members list.
See Also: Inherited members from System.Xml.Serialization.SchemaImporter
Public Methods
| ImportAnyType(System.Xml.XmlQualifiedName, string) : XmlMembersMapping
Generates internal type mapping information for a single, (SOAP) literal element part defined in a WSDL document.
|
| ImportDerivedTypeMapping(System.Xml.XmlQualifiedName, Type) : XmlTypeMapping
Generates internal type mapping information for an element defined in an XML schema document.
|
| ImportDerivedTypeMapping(System.Xml.XmlQualifiedName, Type, bool) : XmlTypeMapping
Generates internal type mapping information for an element defined in an XML schema document or as a part in a WSDL document.
|
| ImportMembersMapping(System.Xml.XmlQualifiedName) : XmlMembersMapping
Generates internal type mapping information for a single element part of a literal-use SOAP message defined in a WSDL document.
|
| ImportMembersMapping(System.Xml.XmlQualifiedName[]) : XmlMembersMapping
Generates internal type mapping information for the element parts of a literal-use SOAP message defined in a WSDL document.
|
| ImportMembersMapping(string, string, SoapSchemaMember[]) : XmlMembersMapping
Generates internal type mapping information for the element parts of a literal-use SOAP message defined in a WSDL document.
|
| ImportMembersMapping(System.Xml.XmlQualifiedName[], Type, bool) : XmlMembersMapping
Generates internal type mapping information for the element parts of a literal-use SOAP message defined in a WSDL document.
|
| ImportSchemaType(System.Xml.XmlQualifiedName) : XmlTypeMapping
Generates internal type mapping information for an element defined in an XML schema document.
|
| ImportSchemaType(System.Xml.XmlQualifiedName, Type) : XmlTypeMapping
Generates internal type mapping information for an element defined in an XML schema document.
|
| ImportSchemaType(System.Xml.XmlQualifiedName, Type, bool) : XmlTypeMapping
Generates internal type mapping information for an element defined in an XML schema document.
|
| ImportTypeMapping(System.Xml.XmlQualifiedName) : XmlTypeMapping
Generates internal type mapping information for an element defined in an XML schema document.
|