NookPost-Backend
Loading...
Searching...
No Matches
NookpostBackend.Models.UserSettings Class Reference

Represents user settings. More...

Collaboration diagram for NookpostBackend.Models.UserSettings:

Properties

string? Uuid = Guid.NewGuid().ToString() [get, set]
 UUID of the settings object.
 
bool? UseDarkMode [get, set]
 Whether to use dark mode for the user.
 
bool DisplayEmailOnProfile [get, set]
 Whether to display the user's email on the profile page.
 

Detailed Description

Represents user settings.

Property Documentation

◆ DisplayEmailOnProfile

bool NookpostBackend.Models.UserSettings.DisplayEmailOnProfile
getset

Whether to display the user's email on the profile page.

◆ UseDarkMode

bool? NookpostBackend.Models.UserSettings.UseDarkMode
getset

Whether to use dark mode for the user.

◆ Uuid

string? NookpostBackend.Models.UserSettings.Uuid = Guid.NewGuid().ToString()
getset

UUID of the settings object.


The documentation for this class was generated from the following file: