Table of Contents

TResourcePath Class

Holds the key and the navigation path of an entity addressed by the request URL.

Syntax

Unit: XData.Module.ResourceInfo

TResourcePath = class(TObject);

Constructors

Name Description
Create Creates an empty resource path.

Properties

Name Description
Key Gets or sets the key of the addressed entity, as written in the URL.
NavPath Gets the navigation properties traversed by the URL after the entity key.