RoleAssignmentDtoRoleId Property

Reference to its RoleDto.

Definition

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