For Babelfish Release 1.11.1.3

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.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public void SetShowValuesToDefault()

See Also