UserCapabilitiesExtension extension
Provides helper methods for List<UserCapability>.
- on
Properties
- hasDev → bool
-
Returns
true
if UserCapability.dev is one of the capabilities the user has. Otherwisefalse
.read-only - hasModerator → bool
-
Returns
true
if the list contains UserCapability.moderator. Otherwisefalse
.read-only - hasStudent → bool
-
Returns
true
if the list contains UserCapability.student. Otherwisefalse
.read-only - hasTeacher → bool
-
Returns
true
if the list contains UserCapability.teacher. Otherwisefalse
.read-only - highest → UserCapability
-
Returns the highest UserCapability in the list.
read-only
Methods
-
has(
List< UserCapability> capabilities) → bool -
Returns
true
if the list contains all of the givencapabilities
. Otherwisefalse
.