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.

Search results for: LoadAsync Clear search
C E002_LoadAsync redb.Examples.Examples
I IObjectStorageProvider redb.Core.Providers
M LoadAsync(IEnumerable<long>, int, bool?) Bulk polymorphic load of objects by ID (uses _securityContext and config.DefaultCheckPermissionsOnLo...
M LoadAsync(IEnumerable<long>, IRedbUser, int, bool?) Bulk polymorphic load of objects by ID with explicit user (uses config.DefaultCheckPermissionsOnLoad...
M LoadAsync<TProps>(IRedbObject, int, bool?) Load object from EAV (uses _securityContext and config.DefaultCheckPermissionsOnLoad).
M LoadAsync<TProps>(IRedbObject, IRedbUser, int, bool?) Load object from EAV with explicit user (uses config.DefaultCheckPermissionsOnLoad).
M LoadAsync<TProps>(long, int, bool?) Load object from EAV by ID (uses _securityContext and config.DefaultCheckPermissionsOnLoad).
M LoadAsync<TProps>(long, IRedbUser, int, bool?) Load object from EAV with explicit user by ID (uses config.DefaultCheckPermissionsOnLoad).
C ObjectStorageProviderBase redb.Core.Providers.Base
M LoadAsync(IEnumerable<long>, int, bool?) Bulk load objects by ID (uses _securityContext)
M LoadAsync(IEnumerable<long>, IRedbUser, int, bool?) Bulk loading of objects by ID with explicit user
M LoadAsync<TProps>(IRedbObject, int, bool?) Load object from EAV (uses _securityContext and config.DefaultCheckPermissionsOnLoad)
M LoadAsync<TProps>(IRedbObject, IRedbUser, int, bool?) Load object from EAV with explicitly specified user (uses config.DefaultCheckPermissionsOnLoad)
M LoadAsync<TProps>(long, int, bool?) Load object from EAV by ID (uses _securityContext and config.DefaultCheckPermissionsOnLoad)
M LoadAsync<TProps>(long, IRedbUser, int, bool?) MAIN loading method - all other LoadAsync methods call it
C RedbServiceBase redb.Core
M LoadAsync(IEnumerable<long>, int, bool?) Bulk polymorphic load of objects by ID (uses _securityContext and config.DefaultCheckPermissionsOnLo...
M LoadAsync(IEnumerable<long>, IRedbUser, int, bool?) Bulk polymorphic load of objects by ID with explicit user (uses config.DefaultCheckPermissionsOnLoad...
M LoadAsync<TProps>(IRedbObject, int, bool?) Load object from EAV (uses _securityContext and config.DefaultCheckPermissionsOnLoad).
M LoadAsync<TProps>(IRedbObject, IRedbUser, int, bool?) Load object from EAV with explicit user (uses config.DefaultCheckPermissionsOnLoad).
M LoadAsync<TProps>(long, int, bool?) Load object from EAV by ID (uses _securityContext and config.DefaultCheckPermissionsOnLoad).
M LoadAsync<TProps>(long, IRedbUser, int, bool?) Load object from EAV with explicit user by ID (uses config.DefaultCheckPermissionsOnLoad).