Click or drag to resize

TableDTO Class

A class describing a real or virtual bridge table where each round two pairs will compete.
Inheritance Hierarchy
SystemObject
  BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTOTableDTO

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 class TableDTO

The TableDTO type exposes the following members.

Constructors
 NameDescription
Public methodTableDTOInitializes a new instance of the TableDTO class
Top
Properties
 NameDescription
Public propertyConnectionMode 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.
Public propertyRounds Required. An array of RoundDTOs describing which pairs will meet on this table and which boards they will play.
Public propertySectionLetters Required, the letters of the section the table belongs to. The section must exist.
Public propertySessionGuid Required. The guid of the session the table belongs to.
Public propertyTableNumber Required, must be greater than zero and must be unique within the section.
Public propertyValidationMessages An array of messages describing problems in data integrity and invalid values.
Top
Methods
 NameDescription
Public methodValidate Validates the DTO. Produces validation messages if there are problems.
Top
See Also