Enum SecurityLevels
Enum for setting readable security levels. The values are castet into integers to use them by the security mechanism.
Namespace: System.Dynamic.ExpandoObject
Assembly: Sin.Net.Domain.dll
Syntax
public enum SecurityLevels
Admin
Level 3 with highest access rights.
Expert
Level 2 with high access rights.
Guest
Level 0 with lowest access rights.
User
Level 1 with low access rights.