Share via


ODataOutputContext Class

 

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.OData.Core.ODataOutputContext

Syntax

public abstract class ODataOutputContext : IDisposable
public ref class ODataOutputContext abstract : IDisposable
[<AbstractClass>]
type ODataOutputContext = 
    class
        interface IDisposable
    end
Public MustInherit Class ODataOutputContext
    Implements IDisposable

Constructors

Name Description
System_CAPS_protmethod ODataOutputContext(ODataFormat, ODataMessageWriterSettings, Boolean, Boolean, IEdmModel, IODataUrlResolver)

Properties

Name Description
System_CAPS_pubproperty MessageWriterSettings

System_CAPS_pubproperty Model

System_CAPS_pubproperty Synchronous

System_CAPS_pubproperty UrlResolver

System_CAPS_protproperty UseClientFormatBehavior

System_CAPS_protproperty UseDefaultFormatBehavior

System_CAPS_protproperty UseServerApiBehavior

System_CAPS_protproperty UseServerFormatBehavior

System_CAPS_pubproperty WritingResponse

Methods

Name Description
System_CAPS_pubmethod CreateODataCollectionWriter(IEdmTypeReference)

System_CAPS_pubmethod CreateODataCollectionWriterAsync(IEdmTypeReference)

System_CAPS_pubmethod CreateODataEntryWriter(IEdmNavigationSource, IEdmEntityType)

System_CAPS_pubmethod CreateODataEntryWriterAsync(IEdmNavigationSource, IEdmEntityType)

System_CAPS_pubmethod CreateODataFeedWriter(IEdmEntitySetBase, IEdmEntityType)

System_CAPS_pubmethod CreateODataFeedWriterAsync(IEdmEntitySetBase, IEdmEntityType)

System_CAPS_pubmethod CreateODataParameterWriter(IEdmOperation)

System_CAPS_pubmethod CreateODataParameterWriterAsync(IEdmOperation)

System_CAPS_pubmethod Dispose()

System_CAPS_protmethod 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 WriteError(ODataError, Boolean)

System_CAPS_pubmethod WriteErrorAsync(ODataError, Boolean)

System_CAPS_pubmethod WriteProperty(ODataProperty)

System_CAPS_pubmethod WritePropertyAsync(ODataProperty)

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

Microsoft.OData.Core Namespace

Return to top