OperationDescriptor Class

Definition

Holds information about a service operation.

public abstract class OperationDescriptor : Microsoft.OData.Client.Descriptor
type OperationDescriptor = class
    inherit Descriptor
Public MustInherit Class OperationDescriptor
Inherits Descriptor
Inheritance
OperationDescriptor
Derived

Properties

Metadata

Identifies the service operation.

State

When overridden in a derived class, gets the state of the object at the time this instance was constructed.

(Inherited from Descriptor)
Target

The URI to invoke the service operation.

Title

Human-readable description of the service operation.

Applies to