Table of Contents

Interface IGroup

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

Interface for a user group.

public interface IGroup : IHasKey
Inherited Members

Properties

Description

Gets a localized description.

string Description { get; }

Property Value

string

Permissions

Gets all permissions that are assigned to the group.

KeyItemCollection<IPermission> Permissions { get; }

Property Value

KeyItemCollection<IPermission>