Class ListRecord

Assembly: redb.Export.dll

Represents a row from the _lists table (enumeration/lookup list).

public sealed class ListRecord : ExportRecord

Inheritance

ObjectExportRecordListRecord

Properties

Alias

Machine-friendly alias.

public string? Alias { get; init; }

Id

Primary key.

public long Id { get; init; }

Name

List display name.

public string Name { get; init; }