DataServiceContext.ResolveType Property
Gets or sets a function that is used to override the default type resolution option that is used by the client library when receiving entities from a data service.
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
Enables override of the default type resolution strategy that is used by the client library. Set this property to a delegate that identifies a function that resolves a namespace-qualified type name to a type in the client application. This enables the client to do custom mapping between the type name provided in a response from the server and a type on the client.
Overriding type resolution also enables inserting a custom mapping strategy between a type name and a type. It does not affect how a response is materialized to the identified type.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.