Show / Hide Table of Contents

Class ItemTypePermission

Represents a permission applied to all items of a particular type.

Inheritance
System.Object
ItemTypePermission
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class ItemTypePermission : object

Properties

ItemType

Gets or sets the type of the item to which this permission applies.

Declaration
public Guid ItemType { get; set; }
Property Value
Type Description
Guid

Permission

Gets or sets the type of permission being defined.

Declaration
public PermissionType Permission { get; set; }
Property Value
Type Description
PermissionType

PermissionId

Gets or sets the idenifier of this permission.

Declaration
public long PermissionId { get; set; }
Property Value
Type Description
System.Int64

RoleName

Gets or sets the name of the role to which this permission applies.

Declaration
public string RoleName { get; set; }
Property Value
Type Description
System.String

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica