For Babelfish Release 1.11.1.3

MergeMethod Class

Definition

Namespace: Scopos.BabelFish.DataActors.Tournaments
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public abstract class MergeMethod
Inheritance
Object    MergeMethod
Derived

Constructors

Properties

_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 

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FactoryAsync 
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets 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.
MemberwiseCloneCreates 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.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also