ODataOperation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |