ChangeSetResponseItem Class

 

Represents a ChangeSet response.

Namespace:   System.Web.Http.OData.Batch
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Inheritance Hierarchy

System.Object
  System.Web.Http.OData.Batch.ODataBatchResponseItem
    System.Web.Http.OData.Batch.ChangeSetResponseItem

Syntax

public class ChangeSetResponseItem : ODataBatchResponseItem
public ref class ChangeSetResponseItem : ODataBatchResponseItem
type ChangeSetResponseItem = 
    class
        inherit ODataBatchResponseItem
    end
Public Class ChangeSetResponseItem
    Inherits ODataBatchResponseItem

Constructors

Name Description
System_CAPS_pubmethod ChangeSetResponseItem(IEnumerable<HttpResponseMessage>)

Initializes a new instance of the ChangeSetResponseItem class.

Properties

Name Description
System_CAPS_pubproperty Responses

Gets the response messages for the ChangeSet.

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from ODataBatchResponseItem.)

System_CAPS_protmethod Dispose(Boolean)

(Overrides ODataBatchResponseItem.Dispose(Boolean).)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WriteResponseAsync(ODataBatchWriter, CancellationToken)

Writes the responses as a ChangeSet.(Overrides ODataBatchResponseItem.WriteResponseAsync(ODataBatchWriter, CancellationToken).)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Web.Http.OData.Batch Namespace

Return to top