Show / Hide Table of Contents

Interface IPermission

Interface for Permission.

Namespace: VDS.RDF.Configuration.Permissions
Assembly: dotNetRdf.dll
Syntax
public interface IPermission

Methods

| Edit this page View Source

IsPermissionFor(string)

Gets whether the Permission is for a specific action.

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

Action.

Returns
Type Description
bool

Extension Methods

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