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.Core.Utils Show all

redb.Core.Utils

Classes

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