ODataMessageWriterSettingsBase Class

Represents the Base Configuration settings for OData message writers.

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.ODataMessageWriterSettingsBase
    Microsoft.Data.OData.ODataMessageWriterSettings

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

Syntax

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

The ODataMessageWriterSettingsBase type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property CheckCharacters Gets or sets whether the writer should check for valid Xml characters or not.
Public property Indent Gets or sets whether the writer should use indentation or not.
Public property MessageQuotas Gets or sets the quotas to use for limiting resource consumption when writing an OData message.

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