UpdatedODataResult<T> Class
Represents an action result that is a response to a PUT, PATCH, or a MERGE operation on an OData entity.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Name | Description | |
|---|---|---|
![]() | UpdatedODataResult<T>(T, ApiController^) | Initializes a new instance of the UpdatedODataResult<T> class. |
![]() | UpdatedODataResult<T>(T, IContentNegotiator^, HttpRequestMessage^, IEnumerable<MediaTypeFormatter^>^) | Initializes a new instance of the UpdatedODataResult<T> class. |
| Name | Description | |
|---|---|---|
![]() | ContentNegotiator | Gets the content negotiator to handle content negotiation. |
![]() | Entity | Gets the entity that was updated. |
![]() | Formatters | Gets the formatters to use to negotiate and format the content. |
![]() | Request | Gets the request message which led to this result. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | ExecuteAsync(CancellationToken) | |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This action result handles content negotiation and the HTTP prefer header.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


