ODataAction 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 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) |