Interface IRedbRole

Assembly: redb.Core.dll

REDB role interface
Represents user role in security system

public interface IRedbRole

Properties

Id

Unique role identifier

long Id { get; }

Name

Role name

string Name { get; }