For Babelfish Release 1.11.3.13

ResultListIntermediateFormattedRow Class

Definition

Namespace: Scopos.BabelFish.DataActors.ResultListFormatter
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public abstract class ResultListIntermediateFormattedRow : IEnumerator<ResultListIntermediateFormattedRow>, 
	IEnumerator, IDisposable, IEnumerable<ResultListIntermediateFormattedRow>, IEnumerable
Inheritance
Object    ResultListIntermediateFormattedRow
Derived
Implements
IEnumerableResultListIntermediateFormattedRow, IEnumeratorResultListIntermediateFormattedRow, IEnumerable, IEnumerator, IDisposable

Constructors

ResultListIntermediateFormattedRowInitializes a new instance of the ResultListIntermediateFormattedRow class

Properties

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

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
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 Returns a list of CSS classes that should be applied to the row. These values are defined in the RESULT LIST FORMAT definition.
GetColumnBodyCell Returns the displayed text value for the cell, and the list of CSS classes to mark the cell with.
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.
GetCompletionPercentageStringDefault 
GetEnumerator 
GetFieldValue Returns the field value for the passed in field name.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetParticipant 
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.
GetRankDelta 
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.
GetRemarks Returns a string, that tries and encapsulates all of the Remarks that a participant has.
GetResultListCellValue 
GetScore 
GetShownRow Returns a list of CellValues, representing the shown cells within this row.
GetSquaddingAssignment 
GetStatus 
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.
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
ResetSets the enumerator to its initial position, which is before the first element in the collection.
SetSquaddingAssignment 
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.
ShowRowBasedOnShowNumberOfBodies Returns a boolean indicating if this row should be shown based on teh RLIF's .ShowNumberOfBodyRows property
ShowRowBasedOnShowNumberOfChildren Returns a boolean indicating if this row should be shown based on the RLIF's .ShowNumberOfChildren property.
ShowRowBasedOnShowRanks Returns a boolean indicating if this row should be shown based on the RLIF's .ShowRanks property.
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.
ShowRowBasedZeroScores Returns a boolean indicating if this row should be shown based on the RLIF's .ShowZeroScoresBeforeOFFICIAL and .ShowZeroScoresWithOFFICIAL properties.
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.
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.

Fields

_fields 
_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.
_item 
_logger 
_resultEvent 
_resultListFormatted 
AliasEventNames 
StandardParticipantAttributeFields List of feild values that are always included (the user doesn't have to define these in their definition). these values are pulled from the .Participant dictionary within the Result COF.

See Also