Click or drag to resize

RoundDTO Class

The RoundDTO describes the seating for a round on a table: the NS and EW pairs and the board numbers expressed by the LowBoardNumber and HighBoardNumber properties.
Inheritance Hierarchy
SystemObject
  BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTORoundDTO

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 RoundDTO

The RoundDTO type exposes the following members.

Constructors
 NameDescription
Public methodRoundDTOInitializes a new instance of the RoundDTO class
Top
Properties
 NameDescription
Public propertyHighBoardNumber Optional, can be zero if the table is empty (has no pairs) or is a sit-out (One pair is absent).
Public propertyLowBoardNumber Optional, can be zero if the table is empty (has no pairs) or is a sit-out (One pair is absent).
Public propertyMatesTableRoundNumber Optional. The number of the round where the teammates play the same boards. If used the MatesTableSectionLetters and the MatesTableNumber properties must be set as well.
Public propertyMatesTableSectionLetters Optional. The letters of the section where the teammates play the same boards. If used the MatesTableNumber and MatesTableRoundNumber properties must be set as well.
Public propertyMatesTableTableNumber Optional. The number of the table where the teammates play the same boards. If used the MatesTableSectionLetters and MatesTableRoundNumber properties must be set as well.
Public propertyPairEW Required, can be zero if the table is empty or the opponents have a sit-out.
Public propertyPairNS Required, can be zero if the table is empty or the opponents have a sit-out.
Public propertyRoundNumber Required, must be greater than zero.
Public propertySectionLetters Required, the letters of the section.
Public propertySessionGuid Required. The guid of the session the round belongs to.
Public propertyTableNumber Required, must be greater than zero.
Public propertyTeamEW Optional. The number of the team the EW pair belongs to.
Public propertyTeamNS Optional. The number of the team the NS pair belongs to.
Public propertyUpdated Currently not in use for scoring programs. Used for internal administration when handling movement updates.
Public propertyValidationMessages An array of messages describing problems in data integrity and invalid values.
Top
Methods
 NameDescription
Public methodClone 
Public methodToString
(Overrides ObjectToString)
Public methodValidate Validates the DTO. Produces validation messages if there are problems.
Top
See Also