AccountDtoRoleId Property

Reference to its RoleDto.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public Guid RoleId { get; set; }

Property Value

Guid

Implements

IHasRoleRoleId

Remarks

  • Valid assignment – Must be a valid ID of an existing RoleDto that is either company-agnostic or part of the company the assignment is a part of.
  • No orphaned references – If the user wants to delete a custom RoleDto, all assignments to said role must have been removed!

See Also