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.

Showing: redb.Export.Models Show all

redb.Export.Models

Classes

C ExportFooter Represents the footer (trailer) record of a .redb export file.
C ExportHeader Represents the header record of a .redb export file.
C ExportRecord Abstract base class for all data records in a .redb JSONL stream.
C ListItemRecord Represents a row from the _list_items table.
C ListRecord Represents a row from the _lists table (enumeration/lookup list).
C ObjectRecord Represents a row from the _objects table (entity instance).
C PermissionRecord Represents a row from the _permissions table.
C RoleRecord Represents a row from the _roles table.
C SchemeRecord Represents a row from the _schemes table (schema/class definition).
C StructureRecord Represents a row from the _structures table (field/property definition).
C TypeRecord Represents a row from the _types table (REDB type definition).
C UserRecord Represents a row from the _users table.
C UserRoleRecord Represents a row from the _users_roles junction table.
C ValueRecord Represents a row from the _values table (EAV property value).