Show / Hide Table of Contents

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>
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE