Table of Contents

TXDataAction.Name Property

Gets or sets the route of the service operation, relative to the route of its controller.

Remarks

Despite its name, it holds a route, which can have several segments and parameters, as in customers/{id}/items. By default it is the name of the method, and it can be changed with the XData.Service.Common.URIPathSegmentAttribute attribute.

Syntax

Unit: XData.Model.Classes

property TXDataAction.Name: string

See also