ODataMessageReaderSettingsBase Class

Represents a base configuration settings for OData message readers.

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.ODataMessageReaderSettingsBase
    Microsoft.Data.OData.ODataMessageReaderSettings

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

Syntax

'Declaration
Public MustInherit Class ODataMessageReaderSettingsBase
'Usage
Dim instance As ODataMessageReaderSettingsBase
public abstract class ODataMessageReaderSettingsBase
public ref class ODataMessageReaderSettingsBase abstract
[<AbstractClassAttribute>]
type ODataMessageReaderSettingsBase =  class end
public abstract class ODataMessageReaderSettingsBase

The ODataMessageReaderSettingsBase type exposes the following members.

Constructors

  Name Description
Protected method ODataMessageReaderSettingsBase() Initializes a new instance of the ODataMessageReaderSettingsBase class.
Protected method ODataMessageReaderSettingsBase(ODataMessageReaderSettingsBase) Initializes a new instance of the ODataMessageReaderSettingsBase class.

Top

Properties

  Name Description
Public property CheckCharacters Gets or sets whether the reader should check for valid Xml characters or not.
Public property EnableAtomMetadataReading Gets or sets whether ATOM metadata is read in ATOM payloads.
Public property MessageQuotas Gets or sets the quotas to use for limiting resource consumption when reading an OData message.
Public property ShouldIncludeAnnotation Gets or sets whether an annotation should be read or skipped by the reader.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.Data.OData Namespace