Share via


ExtensionMethods Class

Represents the Atom-specific extension methods.

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.Atom.ExtensionMethods

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class ExtensionMethods
'Usage
public static class ExtensionMethods
[ExtensionAttribute]
public ref class ExtensionMethods abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ExtensionMethods =  class end
public final class ExtensionMethods

Methods

  Name Description
Public methodStatic member Atom(ODataAssociationLink) Determines an extension method to get the AtomLinkMetadata for an annotatable association link.
Public methodStatic member Atom(ODataEntry) Determines an extension method to get the AtomEntryMetadata for an annotatable entry.
Public methodStatic member Atom(ODataFeed) Determines an extension method to get the AtomFeedMetadata for an annotatable feed.
Public methodStatic member Atom(ODataNavigationLink) Determines an extension method to get the AtomLinkMetadata for an annotatable navigation link.
Public methodStatic member Atom(ODataResourceCollectionInfo) Determines an extension method to get the AtomResourceCollectionMetadata for an annotatable (resource) collection.
Public methodStatic member Atom(ODataWorkspace) Determines an extension method to get the AtomWorkspaceMetadata for an annotatable workspace.

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.Atom Namespace