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.Utils
Show all
redb.Core.Utils
Classes
| appExt | |
| AutomaticTypeRegistry | Automatic type registry for polymorphic work with REDB objects |
| DateTimeConverter | Centralized DateTime conversion logic. |
| RedbHash | Utility for computing MD5 hash from object properties. |
| RedbKeySerializer | Serializes and deserializes Dictionary keys to/from _array_index (text) storage. |
| RedbTypeIds | System type IDs for REDB. Matches _types table in database. |
| RedbTypeMapping | Helper methods for REDB type mapping between C# types and database columns |
| SchemeHashCalculator | Utility for computing MD5 hash of scheme structure. |
| TreeExtensions | Extensions for working with tree structures. |
| TreeObjectConverter | Utility class for converting between RedbObject and TreeRedbObject types. |
| ValuesTopologicalSort | Topological sorting of _values to maintain FK constraint on _array_parent_id. |