![]() | Round |
public class RoundDTO
The RoundDTO type exposes the following members.
Name | Description | |
---|---|---|
![]() | HighBoardNumber | Optional, can be zero if the table is empty (has no pairs) or is a sit-out (One pair is absent). |
![]() | LowBoardNumber | Optional, can be zero if the table is empty (has no pairs) or is a sit-out (One pair is absent). |
![]() | MatesTableRoundNumber | 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. |
![]() | MatesTableSectionLetters | 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. |
![]() | MatesTableTableNumber | 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. |
![]() | PairEW | Required, can be zero if the table is empty or the opponents have a sit-out. |
![]() | PairNS | Required, can be zero if the table is empty or the opponents have a sit-out. |
![]() | RoundNumber | Required, must be greater than zero. |
![]() | SectionLetters | Required, the letters of the section. |
![]() | SessionGuid | Required. The guid of the session the round belongs to. |
![]() | TableNumber | Required, must be greater than zero. |
![]() | TeamEW | Optional. The number of the team the EW pair belongs to. |
![]() | TeamNS | Optional. The number of the team the NS pair belongs to. |
![]() | Updated | |
![]() | ValidationMessages | An array of messages describing problems in data integrity and invalid values. |
Name | Description | |
---|---|---|
![]() | Clone | |
![]() | ToString | (Overrides ObjectToString) |
![]() | Validate | Validates the DTO. Produces validation messages if there are problems. |