Bridgemate |
public class Bridgemate3SettingsDTO : BridgemateSettingsDTO
The Bridgemate3SettingsDTO type exposes the following members.
| Name | Description | |
|---|---|---|
| Bridgemate3SettingsDTO | Initializes a new instance of the Bridgemate3SettingsDTO class |
| Name | Description | |
|---|---|---|
| BM3AudioVolume | Valid values 0-7. Currently not in use. | |
| BM3BoardResultReentry | Specifies if players may reenter the result of the board after the original entry has been confirmed by the opponents. | |
| BM3ConfirmNP | Specifies if the TD must confirm a "Not Played". Default Off | |
| BM3EnterHandrecord | Specifies if and when the players can enter the handrecord for a board if it is not present. | |
| BM3Language | Specifies which language the Bridgemate will use. The default is zero for English. | |
| BM3LeadCardEntry | Specifies if the leadcard must be enterd together with the contract and if the leadcard should be validated againts the handrecord. | |
| BM3NextSeatings | Specifes if the seatings for the next round must be displayed after the last result has been entered for the round. | |
| BM3PINcode | Must be four digits. The code the TD must enter to get access to the TD menu. Defaults to "0000". | |
| BM3PlayerNumberEntry | Specifies if and when the players can make themselves known by entering their playernumber and/or name on the Bridgemate. | |
| BM3PlayerNumberEntryDuringPlay | Specifies if and when the players can make themselves known by entering their playernumber and/or name on the Bridgemate while the round is in progress (i.e.: after a board has been entered). | |
| BM3PlayerView | Specifies how the wind rose player view is displayed | |
| BM3Ranking | Specifies if and when the Bridgemate will show the current ranking for the players on the table. | |
| BM3ResultMethod | Specifies how players can enter the result for a board: Up/Down tricks, total tricks or American style. | |
| BM3ScoreColum | Specifies if the score columns should be for NS only (one column) or for NS and EW (two columns) | |
| BM3ScoreRecap | Specifies if and when the Bridgemate will show a recap of the scores obtained on the table in the current round. | |
| BM3ScreenBrightness | Valid values 1-7. Defines the screen brightness. | |
| BM3ScreenDimMode | Valid values 0-15. Defines the number of seconds(times 5) before the screen of the Bridgemate will dim.So the default value of 2 amounts to 10 seconds. | |
| BM3ScreenOffMode | Valid values 0-15. Defines the number of seconds (times 5) before the screen of the Bridgemate will turn off. A value of zero, the default, means "never turn off". | |
| BM3SleepMode | Valid values 0-120. Defines the number of seconds (times 5) before the Bridgemate will enter Sleepmode. Once the Bridgemate has entered sleepmode its powerbutton must be used to wake it up again. | |
| BM3StartingPositions | Specifies whether starting positions should be confirmed by players at start of the session | |
| BM3TDCall | Specifies if players can call for the Tournament Director using the Bridgemate. | |
| BM3ViewHandrecord | Specifies if players may view the handrecord after the result has been entered. | |
| BM3ViewResults | Specifies if the Bridgemate will show the other results for the board that was just entered. | |
| BMViewPercentages | Specifies if the own percentage should be included in the results overview. | |
| SectionLetters |
Required. Specifies for which section the settings apply.
(Inherited from BridgemateSettingsDTO) | |
| SessionGuid |
Required. Specifies the guid of the session for which the settings apply.
(Inherited from BridgemateSettingsDTO) | |
| ValidationMessages |
An array of messages describing problems in data integrity and invalid values.
(Inherited from BridgemateSettingsDTO) |
| Name | Description | |
|---|---|---|
| Validate |
Validates the DTO. Produces validation messages if there are problems.
(Overrides BridgemateSettingsDTOValidate) |