Table of Contents

TEntitySetPermissionItem Class

A single entry in the TXDataServer.EntitySetPermissions collection of a server component, specifying the permissions granted to one entity set.

Remarks

The permissions defined here override, for that specific entity set, the value of the TXDataServer.DefaultEntitySetPermissions property.

Syntax

Unit: XData.Comp.Server

TEntitySetPermissionItem = class(TCollectionItem);

Methods

Name Description
Assign Copies the entity set name and permissions from another item.

Properties

Name Description
EntitySetName Gets or sets the name of the entity set the permissions apply to.
Permissions Gets or sets the permissions granted for the entity set.