For Babelfish Release 1.11.1.3

FieldSource Class

Within a ResultListField the Method property describes the type of data, and the Source property describes where the data is coming from.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class FieldSource : IReconfigurableRulebookObject
Inheritance
Object    FieldSource
Implements
IReconfigurableRulebookObject

Constructors

Properties

Comment Internal documentation comments. All text is ignored by the system.
Name When the ResultField.Method == Score, Name is the name of the Event to pull the participant's score from.
ScoreFormat When the ResultField.Method == Score, ScoreFormat is the name of the Score Format to use. The list of optional Score Format names is defined in the Score Format Definition (e.g. v1.0:orion:Standard Score Formats)
TruncateAt 
Value When the ResultField.Method == Gap, Value is the rank of the participant to comare agaisnt. -1 means the participant directly ahead, VAlues > 0 mean that specific spot (1 being the leader, or 8 being cut to make Final).

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)
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)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also