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 | |
---|---|---|
ODataMessageReaderSettingsBase() | Initializes a new instance of the ODataMessageReaderSettingsBase class. | |
ODataMessageReaderSettingsBase(ODataMessageReaderSettingsBase) | Initializes a new instance of the ODataMessageReaderSettingsBase class. |
Top
Properties
Name | Description | |
---|---|---|
CheckCharacters | Gets or sets whether the reader should check for valid Xml characters or not. | |
EnableAtomMetadataReading | Gets or sets whether ATOM metadata is read in ATOM payloads. | |
MessageQuotas | Gets or sets the quotas to use for limiting resource consumption when reading an OData message. | |
ShouldIncludeAnnotation | Gets or sets whether an annotation should be read or skipped by the reader. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.