RedBase Documentation

Welcome to the RedBase documentation portal. Browse the API reference, explore code examples, and learn how to build with REDB.

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
C GlobalListCache redb.Core.Caching
I IListProvider redb.Core.Providers
I IRedbList redb.Core.Models.Contracts
M RemoveItem(IRedbListItem) Remove item from list
I IRedbListItem redb.Core.Models.Contracts
C ListProviderBase redb.Core.Providers.Base
C RedbList redb.Core.Models.Entities
M RemoveItem(IRedbListItem) Remove item from list.
M SetItems(IEnumerable<RedbListItem>) Set items collection (for mapping).
C RedbListItem redb.Core.Models.Entities
T RedbListItem() Default constructor for deserialization and mapping.
T RedbListItem(IRedbList, string?, string?, IRedbObject) Constructor for creating item with linked object.
T RedbListItem(IRedbList, string?, string?, long?) Constructor for creating item linked to list.