public class ReentryMethod : MergeMethod| _mergeConfiguration | (Inherited from MergeMethod) |
| EventNames |
List of non-top level EventNames the merge method adds to each participant's ResultCofScores.
Examples might include "Average", "Sum", "High Score"
(Inherited from MergeMethod) |
| MergeConfiguration | |
| TopLevelEventname |
The top level event name that this merge methods adds to each participant's ResultCofScores.
This event name SHOULD NOTE be included in .EventNames.
(Inherited from MergeMethod) |
| TournamentMerger | (Inherited from MergeMethod) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| InitializeAsync | (Overrides MergeMethodInitializeAsync) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Merge |
Method to calculate the merged events for one participant in the tournament. The merged event Score will be
stored in the re.ResultCofScores dictionary.
(Overrides MergeMethodMerge(ResultEvent)) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| IDENTIFIER | Each MergeMethod concrete class has a unique identifier. It is used in the serialization of MergedResultLists instances to identify how the Merged Result List should be calculated. |