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 | |
---|---|---|
Atom(ODataAssociationLink) | Determines an extension method to get the AtomLinkMetadata for an annotatable association link. | |
Atom(ODataEntry) | Determines an extension method to get the AtomEntryMetadata for an annotatable entry. | |
Atom(ODataFeed) | Determines an extension method to get the AtomFeedMetadata for an annotatable feed. | |
Atom(ODataNavigationLink) | Determines an extension method to get the AtomLinkMetadata for an annotatable navigation link. | |
Atom(ODataResourceCollectionInfo) | Determines an extension method to get the AtomResourceCollectionMetadata for an annotatable (resource) collection. | |
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.