IHasRoleRoleId Property

Reference to its RoleDto.

Definition

Namespace: MobileTrack.Common.Interfaces
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
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