Class Permission
Represents a action that can be allowed/denied.
Implements
Inherited Members
Namespace: VDS.RDF.Configuration.Permissions
Assembly: dotNetRdf.dll
Syntax
public class Permission : IPermission
Constructors
| Edit this page View SourcePermission(string)
Creates a new Permission for the given Action.
Declaration
public Permission(string action)
Parameters
Type | Name | Description |
---|---|---|
string | action | Action. |
Methods
| Edit this page View SourceIsPermissionFor(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 |