ChangeSetResponseItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a ChangeSet response.
public class ChangeSetResponseItem : Microsoft.AspNetCore.OData.Batch.ODataBatchResponseItem
type ChangeSetResponseItem = class
inherit ODataBatchResponseItem
Public Class ChangeSetResponseItem
Inherits ODataBatchResponseItem
- Inheritance
Constructors
| ChangeSetResponseItem(IEnumerable<HttpContext>) |
Initializes a new instance of the ChangeSetResponseItem class. |
Properties
| Contexts |
Gets the response contexts for the ChangeSet. |
Methods
| WriteResponseAsync(ODataBatchWriter) |
Writes the responses as a ChangeSet. |