Skip to main content

Definition

Assembly: Microsoft.Restier.AspNet.dll Namespace: Microsoft.Restier.AspNet.Model Inheritance: System.Enum

Syntax

Microsoft.Restier.AspNet.Model.OperationType

Summary

Defines the type of OData Operations that can be registered. The type of operation determines how the service responds over HTTP.

Values

NameValueDescription
Function0Functions usually retrieve data from the system, and respond to requests made over HTTP GET.
Action1Actions usually submit data to the system, and respond to requests made over HTTP POST.