Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

UserImage

Michał B edited this page Oct 14, 2018 · 2 revisions

About

This class represents user image in the system. It inherits from the Image class.

Properties

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

Type Name Description
int? UserRef This is a user's foreign key. If null, then there is no relation between user and image.
User User This is a navigation property for the Entity Framework Core. It represents the user of the given image.

Clone this wiki locally