Share via


ODataOperation Class

Definition

Represents a function or an action.

public abstract class ODataOperation : Microsoft.OData.ODataAnnotatable
type ODataOperation = class
    inherit ODataAnnotatable
Public MustInherit Class ODataOperation
Inherits ODataAnnotatable
Inheritance
ODataOperation
Derived

Constructors

ODataOperation()

Properties

Metadata

Gets or sets the URI to get metadata for the ODataAction.

Target

Gets or sets the URI to invoke the ODataAction.

Title

Gets or sets a human-readable description of the ODataAction.

TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)

Applies to