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
Int64

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