Table of Contents

Class AdministratorEntity

Namespace
API.CliniCore.Data.Entities.User
Assembly
API.CliniCore.dll

EF Core entity for administrator persistence. Inherits common fields (Id, Username, CreatedAt, Name, Address, BirthDate) from ProfileEntityBase.

public class AdministratorEntity : ProfileEntityBase
Inheritance
AdministratorEntity
Inherited Members
Extension Methods

Properties

Department

public string Department { get; set; }

Property Value

string

Email

public string Email { get; set; }

Property Value

string

PermissionsJson

public string PermissionsJson { get; set; }

Property Value

string