Table of Contents

TXDataActionSelection.Create Constructor

Creates a selection for a matching service operation.

Syntax

Unit: XData.Module.ResourceInfo

constructor TXDataActionSelection.Create(AAction: TXDataAction; APathParams: TList<string>);

Parameters

<-> Parameter Type Description
AAction TXDataAction The service operation that matches the URL.
APathParams TList<string> The values of the path parameters extracted from the URL. The values are copied, so the list remains owned by the caller.

See also