public abstract class 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. |
| RowIsShown |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows 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. |
| GetFieldValue | Returns the field value for the passed in field name. |
| GetHashCode | Serves 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. |
| GetScore | |
| GetSquaddingAssignment | |
| GetStatus | |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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 |
| 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. |
| ToString | Returns 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 | |
| _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. |