XmlTypeMapping Class

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Contains a mapping of one type to another.

Inheritance Hierarchy

System.Object
  System.Xml.Serialization.XmlMapping
    System.Xml.Serialization.XmlTypeMapping

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

Syntax

'Declaration
Public Class XmlTypeMapping _
    Inherits XmlMapping
public class XmlTypeMapping : XmlMapping

The XmlTypeMapping type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 ElementName Get the name of the mapped element. (Inherited from XmlMapping.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Namespace Gets the namespace of the mapped element. (Inherited from XmlMapping.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 TypeFullName The fully qualified type name that includes the namespace (or namespaces) and type.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 TypeName Gets the type name of the mapped object.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XsdElementName Gets the name of the XSD element of the mapping. (Inherited from XmlMapping.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XsdTypeName Gets the XML element name of the mapped object.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XsdTypeNamespace Gets the XML namespace of the mapped object.

Top

Methods

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 SetKey Sets the key used to look up the mapping. (Inherited from XmlMapping.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Remarks

The XmlTypeMapping class is used to serialize an object as encoded SOAP XML. The resulting XML conforms to section 5 of the World Wide Web Consortium (www.w3.org) document, "Simple Object Access Protocol (SOAP) 1.1". Create an XmlTypeMapping by calling the ImportTypeMapping method of the SoapReflectionImporter class. Use the XmlTypeMapping to construct an instance of the XmlSerializer class. To control the serialization, use one of the attributes listed in [<topic://cpconAttributesThatControlSOAPEncodedSerialization>].

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.