For Babelfish Release 1.11.1.3

ResultListField Class

A ResultListField describes data, called a field, that will be displayed in the Resut List Intermediate Format. Including specifying where the data will come from. For example, the score the athlete shot in the Prone event.

Definition

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

Remarks

The following are common fields that are always defined.
  • Rank
  • RankOrder
  • Empty
  • DisplayName
  • DisplayNameShort
  • DisplayNameAbbreviated
  • FamilyName
  • GivenName
  • MiddleName
  • HomeTown
  • Country
  • Club
  • CompetitorNumber
  • MatchLocation
  • MatchID
  • LocalDate
  • ResultCOFID
  • UserID
  • Creator
  • Owner
  • Status
  • TargetCollectionName
"

Constructors

ResultListField Public constructor

Properties

Comment Internal documentation comments. All text is ignored by the system.
FieldName The unique name for this ResultField. Must be unique within the Fields list of a RESULT LIST FORMAT, including the common (pre-defined) fields.
Method Defines the type of data to be displayed.
Source With Method specifying the type of data, Source specified specifically where to pull the data. The options for Source, are dependent on the value of Method.

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.
(Overrides ObjectToString)

See Also