Click or drag to resize

Bm3RankingDisplayOption Enumeration

Specifies whether and when the ranking can be consulted.

Namespace: BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTO
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntax
C#
public enum Bm3RankingDisplayOption
Members
Member nameValueDescription
Disabled0 The ranking cannot be consulted.
EndOfEachRound1 The ranking can be consulted at the end of each round.
EndOfSession2 The ranking can be consulted at the end of the last round.
Always3 The ranking can be consulted at any moment.
See Also