Interface IPermissionAssignable
Must be implemented by all classes to which Permissions can be assigned.
Namespace: Quantellia.WMServer.Auth
Assembly: WMServer.dll
Syntax
public interface IPermissionAssignable
Properties
Permissions
The list of Permissions assigned to this instance.
Declaration
List<Permission> Permissions { get; }
Property Value
Type | Description |
---|---|
List<Permission> |