Share via


ODataMessageReaderSettingsBase Class

 

Represents a base Configuration settings for OData message readers.

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

Inheritance Hierarchy

System.Object
  Microsoft.OData.Core.ODataMessageReaderSettingsBase
    Microsoft.OData.Core.ODataMessageReaderSettings

Syntax

public abstract class ODataMessageReaderSettingsBase
public ref class ODataMessageReaderSettingsBase abstract 
[<AbstractClass>]
type ODataMessageReaderSettingsBase = class end
Public MustInherit Class ODataMessageReaderSettingsBase

Constructors

Name Description
System_CAPS_protmethod ODataMessageReaderSettingsBase()

Initializes a new instance of the ODataMessageReaderSettingsBase class.

System_CAPS_protmethod ODataMessageReaderSettingsBase(ODataMessageReaderSettingsBase)

Initializes a new instance of the ODataMessageReaderSettingsBase class.

Properties

Name Description
System_CAPS_pubproperty CheckCharacters

Gets or sets whether the reader should check for valid Xml characters.

System_CAPS_pubproperty EnableAtomMetadataReading

Gets or sets whether ATOM metadata is read in ATOM payloads.

System_CAPS_pubproperty MessageQuotas

Gets or sets the quotas to use for limiting resource consumption when reading an OData message.

System_CAPS_pubproperty ShouldIncludeAnnotation

Gets or sets the function to evaluate whether an annotation should be read or skipped by the reader.

Methods

Name Description
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.)

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