Enum PermissionTarget
Possible targets for permissions.
Namespace: TimeCockpit.Data.Security
Assembly: TimeCockpit.Data.dll
Syntax
public enum PermissionTarget
Fields
Name | Description |
---|---|
EntityView | An executable EntityView as permission target. |
Function | A logical function/feature as permission target. |
ModelAction | An executable Action as permission target. |
ModelEntity | Entity as permission target. |
ModelProperty | Property of an Entity as permission target. |