Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use this class to represent a custom service operation.
Inheritance Hierarchy
System.Object
System.Data.Services.Providers.Operation
System.Data.Services.Providers.ServiceAction
System.Data.Services.Providers.ServiceOperation
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public MustInherit Class Operation
'Usage
Dim instance As Operation
public abstract class Operation
public ref class Operation abstract
[<AbstractClassAttribute>]
type Operation = class end
public abstract class Operation
The Operation type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CustomState | PlaceHolder to hold custom state information about service operation. |
![]() |
IsReadOnly | Returns true, if this service operation has been set to read only. Otherwise returns false. |
![]() |
Method | Protocol (for example HTTP) method the service operation responds to. |
![]() |
MimeType | MIME type specified on primitive results, possibly null. |
![]() |
Name | Name of the service operation. |
![]() |
ResourceSet | Entity set from which entities are read (possibly null). |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetReadOnly | Set this service operation to readonly. |
![]() |
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.