Table of Contents

Class AdministratorProfile

Namespace
Core.CliniCore.Domain.Users.Concrete
Assembly
Core.CliniCore.dll
public class AdministratorProfile : AbstractUserProfile, IUserProfile, IIdentifiable
Inheritance
AdministratorProfile
Implements
Inherited Members
Extension Methods

Properties

Department

public string Department { get; set; }

Property Value

string

GrantedPermissions

public List<Permission> GrantedPermissions { get; }

Property Value

List<Permission>

Name

public string Name { get; }

Property Value

string

Role

public override UserRole Role { get; }

Property Value

UserRole

Methods

GetProfileTemplate()

protected override IProfileTemplate GetProfileTemplate()

Returns

IProfileTemplate