Show / Hide Table of Contents

Class RepositorySecurityContext

Represents information about the permissions applied in the repository.

Inheritance
Object
RepositorySecurityContext
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 RepositorySecurityContext

Properties

IdentifierPermissions

Gets the permissions that apply to a specific item.

Declaration
public Collection<ItemPermission> IdentifierPermissions { get; }
Property Value
Type Description
Collection<ItemPermission>

TypePermissions

Gets the permissions that apply to all items of a particular type.

Declaration
public Collection<ItemTypePermission> TypePermissions { get; }
Property Value
Type Description
Collection<ItemTypePermission>

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX