Class ListItemRecord

Assembly: redb.Export.dll

Represents a row from the _list_items table.

public sealed class ListItemRecord : ExportRecord

Inheritance

ObjectExportRecordListItemRecord

Properties

Alias

Machine-friendly alias.

public string? Alias { get; init; }

Id

Primary key.

public long Id { get; init; }

IdList

Foreign key to the parent _lists row.

public long IdList { get; init; }

IdObject

Optional object reference.

public long? IdObject { get; init; }

Value

Display value of the list item.

public string? Value { get; init; }