XmlTypeMapping Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The XmlTypeMapping type exposes the following members.
| Name | Description | |
|---|---|---|
|
ElementName | Get the name of the mapped element. (Inherited from XmlMapping.) |
|
Namespace | Gets the namespace of the mapped element. (Inherited from XmlMapping.) |
|
TypeFullName | The fully qualified type name that includes the namespace (or namespaces) and type. |
|
TypeName | Gets the type name of the mapped object. |
|
XsdElementName | Gets the name of the XSD element of the mapping. (Inherited from XmlMapping.) |
|
XsdTypeName | Gets the XML element name of the mapped object. |
|
XsdTypeNamespace | Gets the XML namespace of the mapped object. |
Show: