IHasRoleRoleId Property

Reference to its RoleDto.

Definition

Namespace: MobileTrack.Common.Interfaces
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
Guid RoleId { get; set; }

Property Value

Guid

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