Click or drag to resize

Bm2ScoreRecapOption Enumeration

Specifies whether and how scores obtained in the round can be viewed again.

Namespace: BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTO
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 5.0.1014.1+c0d6f9bc4d7d415f4cee902c0a8eb3b5237ddd44
Syntax
C#
public enum Bm2ScoreRecapOption
Members
Member nameValueDescription
NoScoreRecap0 The scores for a round cannot be viewed again.
UseScoreRecap1 The scores for a round can be viewed again using a button on the Bridgemate.
AutomaticScoreRecap2 The scores for a round will be shown automatically at the end of the round.
See Also