Share via


OperationResponseItem Class

Definition

Represents an Operation response.

public class OperationResponseItem : Microsoft.AspNetCore.OData.Batch.ODataBatchResponseItem
type OperationResponseItem = class
    inherit ODataBatchResponseItem
Public Class OperationResponseItem
Inherits ODataBatchResponseItem
Inheritance
OperationResponseItem

Constructors

OperationResponseItem(HttpContext)

Initializes a new instance of the OperationResponseItem class.

Properties

Context

Gets the response messages for the Operation.

Methods

WriteResponseAsync(ODataBatchWriter)

Writes the response as an Operation.

Applies to