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 | |
---|---|---|
ODataMessageWriterSettingsBase() | Initializes a new instance of the ODataMessageWriterSettingsBase class. | |
ODataMessageWriterSettingsBase(ODataMessageWriterSettingsBase) | Initializes a new instance of the ODataMessageWriterSettingsBase class. |
Top
Properties
Name | Description | |
---|---|---|
CheckCharacters | Gets or sets whether the writer should check for valid Xml characters or not. | |
Indent | Gets or sets whether the writer should use indentation or not. | |
MessageQuotas | Gets or sets the quotas to use for limiting resource consumption when writing an OData message. |
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.