public abstract class MergeMethod| _mergeConfiguration | |
| EventNames | List of non-top level EventNames the merge method adds to each participant's ResultCofScores. Examples might include "Average", "Sum", "High Score" |
| 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. |
| TournamentMerger |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| FactoryAsync | |
| 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 | Asynchronous portion of the constructor. Concrete classes do not have to immplemnet this method if they do not have any asynchronous calls. |
| 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. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |