The
methods
of System.Xml.Serialization.XmlReflectionImporter are listed below. For a list of all members, see the XmlReflectionImporter Members list.
See Also: Inherited members from System.Object
Public Methods
| ImportMembersMapping(string, string, XmlReflectionMember[], bool) : XmlMembersMapping
Generates internal type mappings for information from a Web service method.
|
| ImportMembersMapping(string, string, XmlReflectionMember[], bool, bool) : XmlMembersMapping
Returns internal type mappings using information from a Web service method, and allows you to specify an XML element name, XML namespace, and other options.
|
| ImportMembersMapping(string, string, XmlReflectionMember[], bool, bool, bool) : XmlMembersMapping
Returns internal type mappings using information from a Web service method, and allows you to specify an XML element name, XML namespace, and other options.
|
| ImportMembersMapping(string, string, XmlReflectionMember[], bool, bool, bool, XmlMappingAccess) : XmlMembersMapping
Generates internal type mappings for information from a Web service method.
|
| ImportTypeMapping(Type) : XmlTypeMapping
Generates a mapping to an XML Schema element for a specified .NET Framework type.
|
| ImportTypeMapping(Type, string) : XmlTypeMapping
Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type and namespace.
|
| ImportTypeMapping(Type, XmlRootAttribute) : XmlTypeMapping
Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type and attribute.
|
| ImportTypeMapping(Type, XmlRootAttribute, string) : XmlTypeMapping
Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type, attribute, and namespace.
|
| IncludeType(Type)
Includes mappings for a type for later use when import methods are invoked.
|
| IncludeTypes(System.Reflection.ICustomAttributeProvider)
Includes mappings for derived types for later use when import methods are invoked.
|