Table of Contents

ParamBindingAttribute Class

Base class of the attributes that define from which part of the request a service operation parameter is read.

Remarks

When a parameter has no binding attribute, XData reads it from the URL path if it is used in the route of the operation, otherwise from the query string if the operation responds to GET, otherwise from the JSON request body.

Syntax

Unit: XData.Service.Common

ParamBindingAttribute = class(TCustomAttribute);