ODataEdmServiceOperationAnnotation Class

Represents an in-memory annotation class to associate a result kind with a service operation.

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.OData.Metadata..::..ODataEdmServiceOperationAnnotation

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

Syntax

'Declaration
Public NotInheritable Class ODataEdmServiceOperationAnnotation
'Usage
Dim instance As ODataEdmServiceOperationAnnotation
public sealed class ODataEdmServiceOperationAnnotation
public ref class ODataEdmServiceOperationAnnotation sealed
[<SealedAttribute>]
type ODataEdmServiceOperationAnnotation =  class end
public final class ODataEdmServiceOperationAnnotation

The ODataEdmServiceOperationAnnotation type exposes the following members.

Constructors

  Name Description
Public method ODataEdmServiceOperationAnnotation Creates a new instance of the ODataEdmServiceOperationAnnotation class.

Top

Properties

  Name Description
Public property ResultKind Gets or sets the result kind of the service operation.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Data.OData.Metadata Namespace