Example #1
0
 public static bool IsPriorityManager(this ParticipantId participant)
 {
     return(participant.SupportsRoles(ParticipantId.Role.PriorityManager));
 }
Example #2
0
 public static bool IsResource(this ParticipantId participant)
 {
     return(participant.SupportsRoles(ParticipantId.Role.Resource));
 }