Interface IRedbListItem

Assembly: redb.Core.dll

REDB list item interface
Represents a reference list element

public interface IRedbListItem

Properties

Alias

List item alias (short description)

string? Alias { get; }

Id

Unique list item identifier

long Id { get; }

IdList

Identifier of the list to which the item belongs

long IdList { get; }

IdObject

Object identifier (if list item references an object)

long? IdObject { get; }

Object

Fully lazy loading of linked object

IRedbObject? Object { get; }

Value

List item text value

string Value { get; }