For Babelfish Release 1.11.1.3

ReentryMethodConfiguration Class

Definition

Namespace: Scopos.BabelFish.DataActors.Tournaments
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class ReentryMethodConfiguration : MergeConfiguration, 
	IGetCourseOfFireDefinition, IGetRankingRuleDefinition, IGetResultListFormatDefinition
Inheritance
Object    MergeConfiguration    ReentryMethodConfiguration
Implements
IGetCourseOfFireDefinition, IGetRankingRuleDefinition, IGetResultListFormatDefinition

Constructors

Properties

CourseOfFireDef The SetName of the COURSE OF FIRE definition that all result lists are expected to be composed from.
EventType The level, within the COURSE OF FIRE Event Tree to perform the reentry score selection.
Method Concrete class identifier. Its value will be the same value as the cooresponding MergeMethod class' .Method.
(Inherited from MergeConfiguration)
RankingRuleDef The SetName of the RANKING RULE definition that should be used to rank the merged results.
ResultListFormatDef The SetName of the RESULT LIST FORMAT definition that should be used to format the merged results.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetCourseOfFireDefinitionAsync Retreives the COURSE OF FIRE Definition referenced by the instantiating class.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRankingRuleDefinitionAsync Retreives the RankingRule Definition referenced by the instantiating class.
GetResultListFormatDefinitionAsync Retreives the ResultListFormat Definition referenced by the instantiating class.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also