Definition
Assembly: Microsoft.Restier.AspNet.dll Namespace: Microsoft.Restier.AspNet.Model Inheritance: System.EnumSyntax
Summary
Defines the type of OData Operations that can be registered. The type of operation determines how the service responds over HTTP.Values
| Name | Value | Description |
|---|---|---|
Function | 0 | Functions usually retrieve data from the system, and respond to requests made over HTTP GET. |
Action | 1 | Actions usually submit data to the system, and respond to requests made over HTTP POST. |