Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes the given deltaLink specified by the parameter graph as a part of an existing OData message using the given messageWriter and the writeContext.
Namespace: System.Web.OData.Formatter.Serialization
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public virtual void WriteDeltaLink(
object graph,
ODataDeltaWriter writer,
ODataSerializerContext writeContext
)
public:
virtual void WriteDeltaLink(
Object^ graph,
ODataDeltaWriter^ writer,
ODataSerializerContext^ writeContext
)
abstract WriteDeltaLink :
graph:Object *
writer:ODataDeltaWriter *
writeContext:ODataSerializerContext -> unit
override WriteDeltaLink :
graph:Object *
writer:ODataDeltaWriter *
writeContext:ODataSerializerContext -> unit
Public Overridable Sub WriteDeltaLink (
graph As Object,
writer As ODataDeltaWriter,
writeContext As ODataSerializerContext
)
Parameters
graph
Type: System.ObjectThe object to be written.
writer
Type: Microsoft.OData.Core.ODataDeltaWriterThe ODataDeltaWriter to be used for writing.
writeContext
Type: System.Web.OData.Formatter.Serialization.ODataSerializerContext
See Also
ODataDeltaFeedSerializer Class
System.Web.OData.Formatter.Serialization Namespace
Return to top