KnownTypesResolver.ResolveName Method
Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online
Enables users to map a xsi:type name to any type.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
'Declaration
Public Overrides Function ResolveName ( _
typeName As String, _
typeNamespace As String, _
declaredType As Type, _
knownTypeResolver As DataContractResolver _
) As Type
public override Type ResolveName (
string typeName,
string typeNamespace,
Type declaredType,
DataContractResolver knownTypeResolver
)
Parameters
- typeName
String. The xsi:type name to map.
- typeNamespace
String. The xsi:type namespace to map.
- declaredType
Type. The type declared in the data contract.
- knownTypeResolver
System.Runtime.Serialization.DataContractResolver. The known type resolver.
Return Value
Type: Type
The type the xsi:type name and namespace is mapped to.
Remarks
For information on this method, refer to the DataContractResolver class.
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.
Platforms
Development Platforms
Windows Server 2008, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)
Target Platforms
Windows Server 2008, ,Windows Server 2012, ,Windows 7 (All Versions),
See Also
Reference
KnownTypesResolver Class
KnownTypesResolver Members
Microsoft.Xrm.Sdk Namespace
Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.