Class Permission
Represents a action that can be allowed/denied.
Inheritance
System.Object
Permission
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Configuration.Permissions
Assembly: dotNetRDF.dll
Syntax
public class Permission : IPermission
Constructors
| Improve this Doc View SourcePermission(String)
Creates a new Permission for the given Action.
Declaration
public Permission(string action)
Parameters
Type | Name | Description |
---|---|---|
System.String | action | Action. |
Methods
| Improve this Doc View SourceIsPermissionFor(String)
Gets whether the Permission is for the given action.
Declaration
public bool IsPermissionFor(string action)
Parameters
Type | Name | Description |
---|---|---|
System.String | action | Action. |
Returns
Type | Description |
---|---|
System.Boolean |