Class ItemTypePermission
Represents a permission applied to all items of a particular type.
Inherited Members
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 |