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.Contracts
Show all
redb.Core.Models.Contracts
Interfaces
| IRedbList | REDB list interface |
| IRedbListItem | REDB list item interface |
| IRedbObject | Base interface for all REDB objects |
| IRedbObject<TProps> | Typed interface for REDB objects with specific properties type |
| IRedbPermission | REDB permission interface |
| IRedbRole | REDB role interface |
| IRedbScheme | REDB scheme interface |
| IRedbSecurityContext | REDB security context |
| IRedbStructure | REDB scheme field structure interface |
| IRedbType | REDB data type interface |
| IRedbUser | REDB user interface |
| IRedbUserRole | REDB user-role relationship interface |
| ISchemeCacheProvider | Extension of ISchemeSyncProvider with metadata cache management methods |
| ITreeNode<T> | Interface for tree nodes with navigational properties and traversal operations |
| ITreeRedbObject | Interface for REDB tree objects with navigational properties |
| ITreeRedbObject<TProps> | Typed interface for tree objects with specific property type. |