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