Esempio n. 1
0
 protected override void CallDispose(HandleRef selfPointer)
 {
     C.ParticipantResults_Dispose(selfPointer);
 }
Esempio n. 2
0
 internal ParticipantResults WithResult(string participantId, uint placing,
                                        Types.MatchResult result)
 {
     return(new ParticipantResults(C.ParticipantResults_WithResult(
                                       SelfPtr(), participantId, placing, result)));
 }
Esempio n. 3
0
 internal uint PlacingForParticipant(string participantId)
 {
     return(C.ParticipantResults_PlaceForParticipant(SelfPtr(), participantId));
 }
Esempio n. 4
0
 internal Types.MatchResult ResultsForParticipant(string participantId)
 {
     return(C.ParticipantResults_MatchResultForParticipant(SelfPtr(), participantId));
 }
Esempio n. 5
0
 internal bool HasResultsForParticipant(string participantId)
 {
     return(C.ParticipantResults_HasResultsForParticipant(SelfPtr(), participantId));
 }