ServiceActionResolverArgs Class

Provides information for an attempt to resolve a specific service action during URI parsing.

Inheritance Hierarchy

System.Object
  System.Data.Services.Providers.ServiceActionResolverArgs

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

Syntax

'Declaration
Public Class ServiceActionResolverArgs
'Usage
Dim instance As ServiceActionResolverArgs
public class ServiceActionResolverArgs
public ref class ServiceActionResolverArgs
type ServiceActionResolverArgs =  class end
public class ServiceActionResolverArgs

The ServiceActionResolverArgs type exposes the following members.

Constructors

  Name Description
Public method ServiceActionResolverArgs Initializes a new instance of ServiceActionResolverArgs.

Top

Properties

  Name Description
Public property BindingType The binding type based on interpreting the URI preceeding the action, or null if the action is being invoked from the root of the service.
Public property ServiceActionName The service action name taken from the URI.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.

See Also

Reference

System.Data.Services.Providers Namespace