IDataServiceActionResolver Interface

This interface is intended to extend IDataServiceActionProvider and add additional information for resolving service actions during URI parsing.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Interface IDataServiceActionResolver
'Usage
Dim instance As IDataServiceActionResolver
public interface IDataServiceActionResolver
public interface class IDataServiceActionResolver
type IDataServiceActionResolver =  interface end
public interface IDataServiceActionResolver

The IDataServiceActionResolver type exposes the following members.

Methods

  Name Description
Public method TryResolveServiceAction Tries to find the ServiceAction for the given resolution arguments.

Top

See Also

Reference

System.Data.Services.Providers Namespace