Share via


ODataObjectModelExtensions Class

 

Represents the extension methods on the OData object model.

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

Inheritance Hierarchy

System.Object
  Microsoft.OData.Core.ODataObjectModelExtensions

Syntax

public static class ODataObjectModelExtensions
[ExtensionAttribute]
public ref class ODataObjectModelExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ODataObjectModelExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ODataObjectModelExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static SetSerializationInfo(ODataCollectionStart, ODataCollectionStartSerializationInfo)

Provides additional serialization information to the ODataCollectionWriter for collectionStart.

System_CAPS_pubmethodSystem_CAPS_static SetSerializationInfo(ODataDeltaDeletedEntry, ODataDeltaSerializationInfo)

System_CAPS_pubmethodSystem_CAPS_static SetSerializationInfo(ODataDeltaFeed, ODataDeltaFeedSerializationInfo)

System_CAPS_pubmethodSystem_CAPS_static SetSerializationInfo(ODataDeltaLinkBase, ODataDeltaSerializationInfo)

System_CAPS_pubmethodSystem_CAPS_static SetSerializationInfo(ODataEntry, ODataFeedAndEntrySerializationInfo)

Provides additional serialization information to the ODataWriter for entry.

System_CAPS_pubmethodSystem_CAPS_static SetSerializationInfo(ODataFeed, ODataFeedAndEntrySerializationInfo)

Provides additional serialization information to the ODataWriter for feed.

System_CAPS_pubmethodSystem_CAPS_static SetSerializationInfo(ODataProperty, ODataPropertySerializationInfo)

Provides additional serialization information to the ODataWriter for property.

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