ServiceOperation Class
Represents a custom service operation.
Inheritance Hierarchy
System.Object
System.Data.Services.Providers.Operation
System.Data.Services.Providers.ServiceOperation
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Class ServiceOperation _
Inherits Operation
'Usage
Dim instance As ServiceOperation
public class ServiceOperation : Operation
public ref class ServiceOperation : public Operation
type ServiceOperation =
class
inherit Operation
end
public class ServiceOperation extends Operation
The ServiceOperation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServiceOperation | Creates a new instance of the service operation. |
Top
Properties
Name | Description | |
---|---|---|
CustomState | PlaceHolder to hold custom state information about service operation. (Inherited from Operation.) | |
IsReadOnly | Returns true, if this service operation has been set to read only. Otherwise returns false. (Inherited from Operation.) | |
Method | Protocol (for example HTTP) method the service operation responds to. (Inherited from Operation.) | |
MimeType | MIME type specified on primitive results, possibly null. (Inherited from Operation.) | |
Name | Name of the service operation. (Inherited from Operation.) | |
Parameters | Collection of in-order parameters for the service operation. | |
ResourceSet | Entity set from which entities are read (possibly null). (Inherited from Operation.) | |
ResultKind | The kind of result that is expected by this service operation. | |
ResultType | Type of results returned by this service operation. |
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. (Inherited from Operation.) | |
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.