DataServiceContext.ResolveType Property

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

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.

Namespace:  System.Data.Services.Client
Assembly:  System.Data.Services.Client (in System.Data.Services.Client.dll)

Syntax

'Declaration
Public Property ResolveType As Func(Of String, Type)
public Func<string, Type> ResolveType { get; set; }

Property Value

Type: System.Func<String, Type>
A function delegate that identifies an override function that is used to override the default type resolution option that is used by the client library.

Remarks

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 within 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.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

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