Table |
The TableDTO type exposes the following members.
| Name | Description | |
|---|---|---|
| ConnectionMode | Optional: specifies if the Bridgemate on the table should work in online mode (default) or offline mode. In offline mode the Bridgemate will not communicate with the Bridgemate 3 server during the session, but will try to send its results after the last board had been played. Because of this the Bridgemate will not respond to movement updates. Mind: this setting will only have effect when the Bridgemate first connects to the session. Once a Bridgemate has been initialized with movement data the ConnectionMode cannot be changed until the Bridgemate is restarted. | |
| Rounds | Required. An array of RoundDTOs describing which pairs will meet on this table and which boards they will play. | |
| SectionLetters | Required, the letters of the section the table belongs to. The section must exist. | |
| SessionGuid | Required. The guid of the session the table belongs to. | |
| TableNumber | Required, must be greater than zero and must be unique within the section. | |
| ValidationMessages | An array of messages describing problems in data integrity and invalid values. |