Show / Hide Table of Contents

Interface IPermission

Interface for Permission.
Namespace: VDS.RDF.Configuration.Permissions
Assembly: dotNetRDF.dll
Syntax
public interface IPermission

Methods

| Improve this Doc View Source

IsPermissionFor(String)

Gets whether the Permission is for a specific action.
Declaration
bool IsPermissionFor(string action)
Parameters
Type Name Description
System.String action Action.
Returns
Type Description
System.Boolean

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • IsPermissionFor(String)
  • Extension Methods
Back to top Generated by DocFX