Show / Hide Table of Contents

Class PermissionSet

Represents a set of Permissions that can be allowed/denied.

Inheritance
object
PermissionSet
Implements
IPermission
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Configuration.Permissions
Assembly: dotNetRdf.dll
Syntax
public class PermissionSet : IPermission

Constructors

| Edit this page View Source

PermissionSet(IEnumerable<string>)

Creates a new Permissions Set.

Declaration
public PermissionSet(IEnumerable<string> actions)
Parameters
Type Name Description
IEnumerable<string> actions

Actions.

| Edit this page View Source

PermissionSet(string)

Creates a new Permissions Set.

Declaration
public PermissionSet(string action)
Parameters
Type Name Description
string action

Action.

Methods

| Edit this page View Source

IsPermissionFor(string)

Gets whether the Permission is for the given action.

Declaration
public bool IsPermissionFor(string action)
Parameters
Type Name Description
string action

Action.

Returns
Type Description
bool

Implements

IPermission

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • PermissionSet(IEnumerable<string>)
    • PermissionSet(string)
  • Methods
    • IsPermissionFor(string)
  • Implements
  • Extension Methods
Back to top Generated by DocFX