Show / Hide Table of Contents

Enum PermissionType

The permissions.

Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
[DataContract(Namespace = "http://ns.colectica.com/2009/07/")]
public enum PermissionType
Remarks

Only Denied Write and Exclusive Write are valid. Other permissions are reserved for future use.

Fields

Name Description
Denied

[Future Permission placeholder] The role is not allowed any access to the item with this permission.

DeniedRead

[Future Permission placeholder] The role is not allowed to read the item with this permission.

DeniedWrite

The role is not allowed to write the item with this permission.

Exclusive

[Future Permission placeholder] Only the role is allowed any access to the item with this permission.

ExclusiveRead

[Future Permission placeholder] Only the role is allowed to read the item with this permission.

ExclusiveWrite

Only the role is allowed to write the item with this permission.

Extension Methods

Extensions.Yield<PermissionType>(PermissionType)
In this article
Back to top Generated by DocFX