Share via


ODataAction Class

Definition

Represents an OData action.

public sealed class ODataAction : Microsoft.OData.ODataOperation
type ODataAction = class
    inherit ODataOperation
Public NotInheritable Class ODataAction
Inherits ODataOperation
Inheritance

Constructors

ODataAction()

Properties

Metadata

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

(Inherited from ODataOperation)
Target

Gets or sets the URI to invoke the ODataAction.

(Inherited from ODataOperation)
Title

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

(Inherited from ODataOperation)
TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)

Applies to