For Babelfish Release 1.11.3.13

ResultListIntermediateFormattedBodyRow Class

Definition

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

Constructors

ResultListIntermediateFormattedBodyRowInitializes a new instance of the ResultListIntermediateFormattedBodyRow class

Properties

_SubRowIndex
(Inherited from ResultListIntermediateFormattedRow)
ChildRows A list if child rows associated with this body row.
CurrentGets the element in the collection at the current position of the enumerator.
(Inherited from ResultListIntermediateFormattedRow)
HasSpanningRow Returns a boolean, indicating if there is a spanning row defined and the RLIF says to show it.
(Inherited from ResultListIntermediateFormattedRow)
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)
IsSpanningRow
(Inherited from ResultListIntermediateFormattedRow)
RowIsShown
(Inherited from ResultListIntermediateFormattedRow)
SubRowCount The number of sub-rows this row has. Will be at least 1.
(Inherited from ResultListIntermediateFormattedRow)

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from ResultListIntermediateFormattedRow)
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)
GetCompletion Returns a float, 0 to 1, indicating the percentage of how much of the stage, identified in source, is complete. 0 meaning not started, and 1 meaning completed.
(Inherited from ResultListIntermediateFormattedRow)
GetCompletionPercentageStringDefault
(Inherited from ResultListIntermediateFormattedRow)
GetEnumerator
(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)
GetResultListCellValue
(Overrides ResultListIntermediateFormattedRowGetResultListCellValue(ResultListDisplayColumn))
GetScore
(Inherited from ResultListIntermediateFormattedRow)
GetShownRow Returns a list of CellValues, representing the shown cells within this row.
(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)
MoveNextAdvances the enumerator to the next element of the collection.
(Inherited from ResultListIntermediateFormattedRow)
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)
ResetSets the enumerator to its initial position, which is before the first element in the collection.
(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

_fields
(Inherited from ResultListIntermediateFormattedRow)
_hasSpanningRow The protected variable _hasSpanningRow, set in the constructor, indicates if the RESULT LIST FORMAT defines a spanning row. The property .HasSpanningRow indicates if a spanning row is defined and the RLIF says to show it.
(Inherited from ResultListIntermediateFormattedRow)
_item
(Inherited from ResultListIntermediateFormattedRow)
_logger
(Inherited from ResultListIntermediateFormattedRow)
_resultEvent
(Inherited from ResultListIntermediateFormattedRow)
_resultListFormatted
(Inherited from ResultListIntermediateFormattedRow)

See Also