Share via


FunctionDescriptor Class

Definition

Holds information about a ServiceFunction.

public sealed class FunctionDescriptor : Microsoft.OData.Client.OperationDescriptor
type FunctionDescriptor = class
    inherit OperationDescriptor
Public NotInheritable Class FunctionDescriptor
Inherits OperationDescriptor
Inheritance

Constructors

FunctionDescriptor()

Properties

Metadata

Identifies the service operation.

(Inherited from OperationDescriptor)
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.

(Inherited from OperationDescriptor)
Title

Human-readable description of the service operation.

(Inherited from OperationDescriptor)

Applies to