API Reference/ redb.Core.Models.Contracts Interface IRedbUserRole Namespace: redb.Core.Models.ContractsAssembly: redb.Core.dllREDB user-role relationship interfaceRepresents role assignment to a userpublic interface IRedbUserRole PropertiesIdUnique identifier of the relationshiplong Id { get; } IdRoleRole identifierlong IdRole { get; } IdUserUser identifierlong IdUser { get; }