Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.
Michał B edited this page Oct 14, 2018 · 7 revisions

About

This class represents user in the system. It inherits from the Account class.

Properties

This class has all properties from Account class and the ones listed below.

Type Name Description
UInt64/ulong UserEmail This is hashcode of the email address provided during registration. Email address is used to distinguish accounts. Email address is unique, but can be changed.
UserImage UserImage This is a navigation property for the Entity Framework Core. It represents the image of the given user.

Clone this wiki locally