Share via


ODataInputContext Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.OData.Core.ODataInputContext

Syntax

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

Constructors

Name Description
System_CAPS_protmethod ODataInputContext(ODataFormat, ODataMessageReaderSettings, Boolean, Boolean, IEdmModel, IODataUrlResolver)

Properties

Name Description
System_CAPS_pubproperty MessageReaderSettings

System_CAPS_pubproperty Model

System_CAPS_pubproperty ReadingResponse

System_CAPS_pubproperty Synchronous

System_CAPS_pubproperty UrlResolver

System_CAPS_protproperty UseClientApiBehavior

System_CAPS_protproperty UseDefaultApiBehavior

System_CAPS_protproperty UseDefaultFormatBehavior

System_CAPS_protproperty UseServerApiBehavior

System_CAPS_protproperty UseServerFormatBehavior

Methods

Name Description
System_CAPS_pubmethod CreateCollectionReader(IEdmTypeReference)

System_CAPS_pubmethod CreateCollectionReaderAsync(IEdmTypeReference)

System_CAPS_pubmethod CreateEntryReader(IEdmNavigationSource, IEdmEntityType)

System_CAPS_pubmethod CreateEntryReaderAsync(IEdmNavigationSource, IEdmEntityType)

System_CAPS_pubmethod CreateFeedReader(IEdmEntitySetBase, IEdmEntityType)

System_CAPS_pubmethod CreateFeedReaderAsync(IEdmEntitySetBase, IEdmEntityType)

System_CAPS_pubmethod CreateParameterReader(IEdmOperation)

System_CAPS_pubmethod CreateParameterReaderAsync(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 ReadError()

System_CAPS_pubmethod ReadErrorAsync()

System_CAPS_pubmethod ReadProperty(IEdmStructuralProperty, IEdmTypeReference)

System_CAPS_pubmethod ReadPropertyAsync(IEdmStructuralProperty, IEdmTypeReference)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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