Class Group
Group for users to give them permissions.
public class Group : IGroup, IHasKey
- Inheritance
-
Group
- Implements
- Inherited Members
Constructors
Group(string, ITranslation)
Initializes a new instance of the Group class.
public Group(string key, ITranslation description)
Parameters
key
stringA unique key that identifies this IGroup.
description
ITranslationA localized description.
Remarks
A user group should be added to the Groups.
Properties
Description
Gets a unique key that identifies this IPermission.
public string Description { get; }
Property Value
Key
Gets a localized description.
public string Key { get; }
Property Value
Permissions
Gets all permissions that are assigned to the group.
public KeyItemCollection<IPermission> Permissions { get; }