ActionDescriptor 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.
Holds information about a ServiceAction.
public sealed class ActionDescriptor : Microsoft.OData.Client.OperationDescriptor
type ActionDescriptor = class
inherit OperationDescriptor
Public NotInheritable Class ActionDescriptor
Inherits OperationDescriptor
- Inheritance
Constructors
ActionDescriptor() |
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) |