Interface IRedbUserRole

Assembly: redb.Core.dll

REDB user-role relationship interface
Represents role assignment to a user

public interface IRedbUserRole

Properties

Id

Unique identifier of the relationship

long Id { get; }

IdRole

Role identifier

long IdRole { get; }

IdUser

User identifier

long IdUser { get; }