Class AdministratorProfile
public class AdministratorProfile : AbstractUserProfile, IUserProfile, IIdentifiable
- Inheritance
-
AdministratorProfile
- Implements
- Inherited Members
- Extension Methods
Properties
Department
public string Department { get; set; }
Property Value
GrantedPermissions
public List<Permission> GrantedPermissions { get; }
Property Value
Name
public string Name { get; }
Property Value
Role
public override UserRole Role { get; }
Property Value
Methods
GetProfileTemplate()
protected override IProfileTemplate GetProfileTemplate()