ProviderBehavior Class
Provider behavior encapsulates the runtime behavior of the provider. The service will check various properties the ProviderBehavior exposed by the IDataServiceProviderBehavior to process the request.
Inheritance Hierarchy
System.Object
System.Data.Services.Providers.ProviderBehavior
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Class ProviderBehavior
'Usage
Dim instance As ProviderBehavior
public class ProviderBehavior
public ref class ProviderBehavior
type ProviderBehavior = class end
public class ProviderBehavior
The ProviderBehavior type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProviderBehavior | Constructs a new instance of ProviderBehavior. |
Top
Properties
Name | Description | |
---|---|---|
ProviderQueryBehavior | The kind of behavior service should assume from the provider. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.