API Reference
Browse the REDB API documentation. Select a namespace or type from the tree on the left, or click on items below.
Showing: redb.Core.Models.Entities
Show all
redb.Core.Models.Entities
Classes
| RedbList | REDB list entity with direct data storage (Aggregate Root). |
| RedbListItem | REDB list item entity with direct data storage. |
| RedbObject | Base class for all Redb objects with access to metadata. |
| RedbObject<TProps> | Generic wrapper for JSON from get_object_json with typed interface. |
| RedbObjectRow | POCO for _objects table. |
| RedbPermission | REDB permission entity with direct data storage. |
| RedbRole | REDB role entity with direct data storage. |
| RedbScheme | REDB scheme entity with direct data storage. |
| RedbStructure | REDB structure (field definition) entity with direct data storage. |
| RedbType | REDB type entity with direct data storage. |
| RedbUser | REDB user entity with direct data storage. |
| RedbUserRole | REDB user-role association entity with direct data storage. |
| RedbValue | REDB value entity with direct data storage. |
| StructureTreeBuilder | Structure tree builder from flat lists |
| StructureTreeNode | Structure tree node for hierarchical navigation |
| TreeDiagnosticReport | Structure tree diagnostic report |
| TreeRedbObject | Base class for REDB tree objects with hierarchy navigation |
| TreeRedbObject<TProps> | ARCHITECTURAL FIX: Typed version of REDB tree object |