For Babelfish Release 1.11.1.3

TournamentMerger Class

Definition

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

Properties

RankingRule The RANKING RULE to use to rank the participants of this merged Result List.

Commonly the RANKING RULE is auto generated using the method .AutoGenerateRankingRule()

ResultListFormat The RESULT LIST FORMAT to use to display this merged Result List.

Commonly the RESULT LIST FORMAT is auto generataed using the method .AutoGenerateResultListFormat()

ResultListsMembers The set of Result Lists that will be merged.
ResultName The name of the merged result list.

Set during the construction of the TournamentMerger. Must be a name listed in the Tournament's .MergedResultLists property.

Tournament 

Methods

AutoGenerateRankingRule 
AutoGenerateResultListFormat 
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)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
MergeAsync 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also