Class RoleRecord

Assembly: redb.Export.dll

Represents a row from the _roles table.

public sealed class RoleRecord : ExportRecord

Inheritance

ObjectExportRecordRoleRecord

Properties

Id

Primary key.

public long Id { get; init; }

IdConfiguration

Optional configuration object reference.

public long? IdConfiguration { get; init; }

Name

Role name.

public string Name { get; init; }