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
E002_LoadAsync
redb.Examples.Examples
IObjectStorageProvider
redb.Core.Providers
LoadAsync(IEnumerable<long>, int, bool?)
Bulk polymorphic load of objects by ID (uses _securityContext and config.DefaultCheckPermissionsOnLo...
LoadAsync(IEnumerable<long>, IRedbUser, int, bool?)
Bulk polymorphic load of objects by ID with explicit user (uses config.DefaultCheckPermissionsOnLoad...
LoadAsync<TProps>(IRedbObject, int, bool?)
Load object from EAV (uses _securityContext and config.DefaultCheckPermissionsOnLoad).
LoadAsync<TProps>(IRedbObject, IRedbUser, int, bool?)
Load object from EAV with explicit user (uses config.DefaultCheckPermissionsOnLoad).
LoadAsync<TProps>(long, int, bool?)
Load object from EAV by ID (uses _securityContext and config.DefaultCheckPermissionsOnLoad).
LoadAsync<TProps>(long, IRedbUser, int, bool?)
Load object from EAV with explicit user by ID (uses config.DefaultCheckPermissionsOnLoad).
ObjectStorageProviderBase
redb.Core.Providers.Base
LoadAsync(IEnumerable<long>, int, bool?)
Bulk load objects by ID (uses _securityContext)
LoadAsync(IEnumerable<long>, IRedbUser, int, bool?)
Bulk loading of objects by ID with explicit user
LoadAsync<TProps>(IRedbObject, int, bool?)
Load object from EAV (uses _securityContext and config.DefaultCheckPermissionsOnLoad)
LoadAsync<TProps>(IRedbObject, IRedbUser, int, bool?)
Load object from EAV with explicitly specified user (uses config.DefaultCheckPermissionsOnLoad)
LoadAsync<TProps>(long, int, bool?)
Load object from EAV by ID (uses _securityContext and config.DefaultCheckPermissionsOnLoad)
LoadAsync<TProps>(long, IRedbUser, int, bool?)
MAIN loading method - all other LoadAsync methods call it
RedbServiceBase
redb.Core
LoadAsync(IEnumerable<long>, int, bool?)
Bulk polymorphic load of objects by ID (uses _securityContext and config.DefaultCheckPermissionsOnLo...
LoadAsync(IEnumerable<long>, IRedbUser, int, bool?)
Bulk polymorphic load of objects by ID with explicit user (uses config.DefaultCheckPermissionsOnLoad...
LoadAsync<TProps>(IRedbObject, int, bool?)
Load object from EAV (uses _securityContext and config.DefaultCheckPermissionsOnLoad).
LoadAsync<TProps>(IRedbObject, IRedbUser, int, bool?)
Load object from EAV with explicit user (uses config.DefaultCheckPermissionsOnLoad).
LoadAsync<TProps>(long, int, bool?)
Load object from EAV by ID (uses _securityContext and config.DefaultCheckPermissionsOnLoad).
LoadAsync<TProps>(long, IRedbUser, int, bool?)
Load object from EAV with explicit user by ID (uses config.DefaultCheckPermissionsOnLoad).