Share via


ODataMessageWriterSettingsBase Class

 

Represents a base Configuration settings for OData message writers.

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

Inheritance Hierarchy

System.Object
  Microsoft.OData.Core.ODataMessageWriterSettingsBase
    Microsoft.OData.Core.ODataMessageWriterSettings

Syntax

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

Constructors

Name Description
System_CAPS_protmethod ODataMessageWriterSettingsBase()

Initializes a new instance of the ODataMessageWriterSettingsBase class using default settings.

System_CAPS_protmethod ODataMessageWriterSettingsBase(ODataMessageWriterSettingsBase)

Initializes a new instance of the ODataMessageWriterSettingsBase class.

Properties

Name Description
System_CAPS_pubproperty CheckCharacters

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

System_CAPS_pubproperty Indent

Gets or sets whether the writer should use indentation.

System_CAPS_pubproperty MessageQuotas

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

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