Class RedbRole
REDB role entity with direct data storage.
Maps to _roles table in PostgreSQL.
public class RedbRole : IRedbRole
Inheritance
Implements
Properties
IdConfiguration
Configuration object ID (optional).
[JsonPropertyName("id_configuration")]
public long? IdConfiguration { get; set; }
Methods
Constructors
RedbRole()
Default constructor for deserialization and mapping.
RedbRole(string)
Constructor with name.