API Reference/ redb.Core.Models.Contracts Interface IRedbListItem Namespace: redb.Core.Models.ContractsAssembly: redb.Core.dllREDB list item interfaceRepresents a reference list elementpublic interface IRedbListItem PropertiesAliasList item alias (short description)string? Alias { get; } IdUnique list item identifierlong Id { get; } IdListIdentifier of the list to which the item belongslong IdList { get; } IdObjectObject identifier (if list item references an object)long? IdObject { get; } ObjectFully lazy loading of linked objectIRedbObject? Object { get; } ValueList item text valuestring Value { get; }