For Babelfish Release 1.11.3.13

ResultListIntermediateFormattedSetShowValuesToDefault Method

Resets all "Show" values to their default. Specifially:
  • Sets .ShowNumberofChildRows to show all children
  • Sets .ShowStatuses to show all rows (participants) regardless of status.
  • Sets .ShowZeroScoresWithOFFICIAL to hide scores of zero if the ResultStatus is OFFICIAL
  • Sets .ShowRanks to always show the top three ranked participants.
  • Sets .ShowRelay to show all participants from all relays.

Definition

Namespace: Scopos.BabelFish.DataActors.ResultListFormatter
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public void SetShowValuesToDefault()

See Also