Click or drag to resize

Bm2AutoBoardNumberOption Enumeration

Specifes if the boardnumbers should be filled in automatically.

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 Bm2AutoBoardNumberOption
Members
Member nameValueDescription
NoAutoBoardNumber0 The boardnumber is not filled in automatically.
AutoBoardNumber1 The boardnumber is filled in automatically startin with the lowest boardnumber for the round.
FirstBoardManually2 The first boardnumber must be entered by hand, the numbers for the following boards will be filled in automatically.
See Also