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