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 | |
---|---|---|
ODataMessageWriterSettingsBase() | Initializes a new instance of the ODataMessageWriterSettingsBase class using default settings. |
|
ODataMessageWriterSettingsBase(ODataMessageWriterSettingsBase) | Initializes a new instance of the ODataMessageWriterSettingsBase class. |
Properties
Name | Description | |
---|---|---|
CheckCharacters | Gets or sets whether the writer should check for valid Xml characters. |
|
Indent | Gets or sets whether the writer should use indentation. |
|
MessageQuotas | Gets or sets the quotas to use for limiting resource consumption when writing an OData message. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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