TXDataActionSelection Class
Holds a service operation that matches the request URL, along with its path parameters.
Syntax
Unit: XData.Module.ResourceInfo
TXDataActionSelection = class(TObject);
Constructors
| Name | Description |
|---|---|
| Create | Creates a selection for a matching service operation. |
Properties
| Name | Description |
|---|---|
| Action | Gets or sets the service operation that matches the URL. |
| PathParams | Gets the values of the path parameters passed in the request URL. |