ODataParameterWriter 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.
Base class for OData collection writers.
public abstract class ODataParameterWriter
type ODataParameterWriter = class
Public MustInherit Class ODataParameterWriter
- Inheritance
-
ODataParameterWriter
Constructors
ODataParameterWriter() |
Methods
CreateCollectionWriter(String) |
Creates an ODataCollectionWriter to write the value of a collection parameter. |
CreateCollectionWriterAsync(String) |
Asynchronously creates an ODataCollectionWriter to write the value of a collection parameter. |
CreateResourceSetWriter(String) |
Creates an ODataWriter to write a resource set. |
CreateResourceSetWriterAsync(String) |
Asynchronously creates an ODataWriter to write a resource set. |
CreateResourceWriter(String) |
Creates an ODataWriter to write a resource. |
CreateResourceWriterAsync(String) |
Asynchronously creates an ODataWriter to write a resource. |
Flush() |
Flushes the write buffer to the underlying stream. |
FlushAsync() |
Asynchronously flushes the write buffer to the underlying stream. |
WriteEnd() |
Finish writing a parameter payload. |
WriteEndAsync() |
Asynchronously finish writing a parameter payload. |
WriteStart() |
Start writing a parameter payload. |
WriteStartAsync() |
Asynchronously start writing a parameter payload. |
WriteValue(String, Object) |
Start writing a value parameter. |
WriteValueAsync(String, Object) |
Asynchronously start writing a value parameter. |