For Babelfish Release 1.11.1.3

ResultListIntermediateFormattedBodyRow Class

Definition

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

Constructors

Properties

ChildRows A list if child rows associated with this body row.
IsChildRow Gets/Sets boolean indicating if this row is considered a child row A child row is, for example, a team member row under a team result row.
(Inherited from ResultListIntermediateFormattedRow)
RowIsShown
(Inherited from ResultListIntermediateFormattedRow)

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)
GetClassList
(Overrides ResultListIntermediateFormattedRowGetClassList)
GetColumnBodyCell Returns the displayed text value for the cell, and the list of CSS classes to mark the cell with.
(Inherited from ResultListIntermediateFormattedRow)
GetFieldValue Returns the field value for the passed in field name.
(Inherited from ResultListIntermediateFormattedRow)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetParticipant
(Inherited from ResultListIntermediateFormattedRow)
GetRank Returns the value of the Rank field for this Result Event. If the Result List is in the INTERMEDIATE status, then the Projected Rank is returned.
(Inherited from ResultListIntermediateFormattedRow)
GetRankDelta
(Inherited from ResultListIntermediateFormattedRow)
GetRankOrder Returns the value of the Rank sort order field for this Result Event. If the Result List is in the INTERMEDIATE status, then the Projected Rank sort order is returned.
(Inherited from ResultListIntermediateFormattedRow)
GetRemarks Returns a string, that tries and encapsulates all of the Remarks that a participant has.
(Inherited from ResultListIntermediateFormattedRow)
GetScore
(Inherited from ResultListIntermediateFormattedRow)
GetSquaddingAssignment
(Inherited from ResultListIntermediateFormattedRow)
GetStatus
(Inherited from ResultListIntermediateFormattedRow)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RefreshStandardParticipantAttributeFields Recalculates the standard participant attribute fields (e.g. rank, display name, club, etc). Is useful to call if the user overrode one of the GetParticipantAttribute Pointers
(Inherited from ResultListIntermediateFormattedRow)
SetSquaddingAssignment
(Inherited from ResultListIntermediateFormattedRow)
ShowRowBasedOnShownStatus Returns true if this row has a status that is part of the RLF's ShowStatuses property. OR if INTERMEDIATE is in ShowStatuses, will also return true if this rwo recently just finished shooting.
(Inherited from ResultListIntermediateFormattedRow)
ShowRowBasedOnShowNumberOfBodies
(Overrides ResultListIntermediateFormattedRowShowRowBasedOnShowNumberOfBodies)
ShowRowBasedOnShowNumberOfChildren Returns a boolean indicating if this row should be shown based on the RLIF's .ShowNumberOfChildren property.
(Overrides ResultListIntermediateFormattedRowShowRowBasedOnShowNumberOfChildren)
ShowRowBasedOnShowRanks Returns a boolean indicating if this row should be shown based on the RLIF's .ShowRanks property.
(Inherited from ResultListIntermediateFormattedRow)
ShowRowBasedOnShowRelay Returns a boolean indicating if this row should be shown based on the RLIF's .ShowRelay property. Which provides the name of a relay to match, in order to show.
(Overrides ResultListIntermediateFormattedRowShowRowBasedOnShowRelay)
ShowRowBasedZeroScores Returns a boolean indicating if this row should be shown based on the RLIF's .ShowZeroScoresBeforeOFFICIAL and .ShowZeroScoresWithOFFICIAL properties.
(Inherited from ResultListIntermediateFormattedRow)
ToStringReturns a string that represents the current object.
(Inherited from Object)
TryGetColumnBodyValue Returns the displayed text value for the cell, and the list of CSS classes to mark the cell with.
(Inherited from ResultListIntermediateFormattedRow)
TryGetFieldValue Returns true if the passed in fieldName is known, value is the field value. If false is returned, the fieldName is not known, value will be an empty string.
(Inherited from ResultListIntermediateFormattedRow)

Fields

See Also