API Reference
Browse the REDB API documentation. Select a namespace or type from the tree on the left, or click on items below.
Search results for: RedbListItem
Clear search
GlobalListCache
redb.Core.Caching
CacheListItems(long, List<RedbListItem>)
Cache list items.
IListProvider
redb.Core.Providers
AddItemsAsync(IRedbList, IEnumerable<IRedbListItem>)
Add multiple items from ready objects.
IRedbList
redb.Core.Models.Contracts
RemoveItem(IRedbListItem)
Remove item from list
IRedbListItem
redb.Core.Models.Contracts
ListProviderBase
redb.Core.Providers.Base
AddItemsAsync(IRedbList, IEnumerable<IRedbListItem>)
Add multiple items from ready objects.
ProPropsMaterializer
redb.Core.Pro.Materialization
ProPropsMaterializer(ISchemeSyncProvider, Dictionary<long, IRedbScheme>, Dictionary<long, (string? DbType, string? TypeSemantic)>, Dictionary<long, IRedbListItem>)
NEW constructor with preloaded ListItems for BULK materialization
RedbList
redb.Core.Models.Entities
RemoveItem(IRedbListItem)
Remove item from list.
SetItems(IEnumerable<RedbListItem>)
Set items collection (for mapping).
RedbListItem
redb.Core.Models.Entities
RedbListItem()
Default constructor for deserialization and mapping.
RedbListItem(IRedbList, string?, string?, IRedbObject)
Constructor for creating item with linked object.
RedbListItem(IRedbList, string?, string?, long?)
Constructor for creating item linked to list.