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