Show / Hide Table of Contents

Class ItemTypePermission

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

Inheritance
object
ItemTypePermission
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
[DataContract(Namespace = "http://ns.colectica.com/2009/07/")]
public class ItemTypePermission

Properties

ItemType

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

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

Permission

Gets or sets the type of permission being defined.

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

PermissionId

Gets or sets the idenifier of this permission.

Declaration
[DataMember]
public long PermissionId { get; set; }
Property Value
Type Description
long

RoleName

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

Declaration
[DataMember]
public string RoleName { get; set; }
Property Value
Type Description
string

Extension Methods

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