Interface IServices
public interface IServices : IServices
- Inherited Members
Properties
JS
IJSRuntime JS { get; }
Property Value
Navigation
NavigationManager Navigation { get; }
Property Value
Pages
PageService Pages { get; }
Property Value
Preferences
Functions to read and set user-specific preferences.
PreferenceService Preferences { get; }
Property Value
Remarks
Seeded initially from a cookie, then loaded from the canonical preference store in the background.
Reminders
ReminderService Reminders { get; }
Property Value
Scaffolding
ScaffoldService Scaffolding { get; }
Property Value
Methods
CreateContext()
IEntityContext CreateContext()
Returns
CreateContext(IPrincipal)
IEntityContext CreateContext(IPrincipal principal)
Parameters
principalIPrincipal
Returns
GetUserPreferencesAsync()
Functions to read and set user-specific preferences, loaded from the canonical preference store.
Task<PreferenceService> GetUserPreferencesAsync()
Returns
Events
PreferencesChanged
Raised when the current user's preferences may have changed - the signed-in user changed, or preferences were saved - so preference-driven UI can re-read them.
event Action PreferencesChanged