Table of Contents

Class Group

Namespace
Loehnert.Lisrt.Users
Assembly
Loehnert.Lisrt.dll

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 string

A unique key that identifies this IGroup.

description ITranslation

A 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

string

Key

Gets a localized description.

public string Key { get; }

Property Value

string

Permissions

Gets all permissions that are assigned to the group.

public KeyItemCollection<IPermission> Permissions { get; }

Property Value

KeyItemCollection<IPermission>