Handrecord |
public class HandrecordDTO
The HandrecordDTO type exposes the following members.
| Name | Description | |
|---|---|---|
| HandrecordDTO | Initializes a new instance of the HandrecordDTO class |
| Name | Description | |
|---|---|---|
| BoardNumber | Required. Must be greater than zero. | |
| DoubleDummyEastClubs | The number of tricks that can be made with East as declarer and Clubs as denomination. | |
| DoubleDummyEastDiamonds | The number of tricks that can be made with East as declarer and Diamonds as denomination. | |
| DoubleDummyEastHearts | The number of tricks that can be made with East as declarer and Hearts as denomination. | |
| DoubleDummyEastNoTrump | The number of tricks that can be made with East as declarer and No Trump as denomination. | |
| DoubleDummyEastSpades | The number of tricks that can be made with East as declarer and Spades as denomination. | |
| DoubleDummyNorthClubs | The number of tricks that can be made with North as declarer and Clubs as denomination. | |
| DoubleDummyNorthDiamonds | The number of tricks that can be made with North as declarer and Diamonds as denomination. | |
| DoubleDummyNorthHearts | The number of tricks that can be made with North as declarer and Hearts as denomination. | |
| DoubleDummyNorthNoTrump | The number of tricks that can be made with North as declarer and No Trump as denomination. | |
| DoubleDummyNorthSpades | The number of tricks that can be made with North as declarer and Spades as denomination. | |
| DoubleDummySouthClubs | The number of tricks that can be made with South as declarer and Clubs as denomination. | |
| DoubleDummySouthDiamonds | The number of tricks that can be made with South as declarer and Diamonds as denomination. | |
| DoubleDummySouthHearts | The number of tricks that can be made with South as declarer and Hearts as denomination. | |
| DoubleDummySouthNoTrump | The number of tricks that can be made with South as declarer and No Trump as denomination. | |
| DoubleDummySouthSpades | The number of tricks that can be made with South as declarer and Spades as denomination. | |
| DoubleDummyWestClubs | The number of tricks that can be made with West as declarer and Clubs as denomination. | |
| DoubleDummyWestDiamonds | The number of tricks that can be made with West as declarer and Diamonds as denomination. | |
| DoubleDummyWestHearts | The number of tricks that can be made with West as declarer and Hearts as denomination. | |
| DoubleDummyWestNoTrump | The number of tricks that can be made with West as declarer and No Trump as denomination. | |
| DoubleDummyWestSpades | The number of tricks that can be made with West as declarer and Spades as denomination. | |
| EastClubs | Valid card values are AKQJT98765432 Indicate a void with an empty string. Null will be disqualified. | |
| EastDiamonds | Valid card values are AKQJT98765432 Indicate a void with an empty string. Null will be disqualified. | |
| EastHearts | Valid card values are AKQJT98765432 Indicate a void with an empty string. Null will be disqualified. | |
| EastSpades | Valid card values are AKQJT98765432 Indicate a void with an empty string. Null will be disqualified. | |
| HasHandEvaluationData | It "True" the double dummy values will be processed by the Data Connector. | |
| NorthClubs | Valid card values are AKQJT98765432 Indicate a void with an empty string. Null will be disqualified. | |
| NorthDiamonds | Valid card values are AKQJT98765432 Indicate a void with an empty string. Null will be disqualified. | |
| NorthHearts | Valid card values are AKQJT98765432 Indicate a void with an empty string. Null will be disqualified. | |
| NorthSpades | Valid card values are AKQJT98765432 Indicate a void with an empty string. Null will be disqualified. | |
| ScoringGroupNumber | Required. The number of the scoringgroup that the handrecord belongs to. | |
| SectionLetters | Required, any of the sections that are part of the scoringgroup. | |
| SessionGuid | Required. The guid of the session the handrecord belongs to. A string built from a Guid, without the curly braces or connecting dashes. The letters must be capitals. Must be unique | |
| SouthClubs | Valid card values are AKQJT98765432 Indicate a void with an empty string. Null will be disqualified. | |
| SouthDiamonds | Valid card values are AKQJT98765432 Indicate a void with an empty string. Null will be disqualified. | |
| SouthHearts | Valid card values are AKQJT98765432 Indicate a void with an empty string. Null will be disqualified. | |
| SouthSpades | Valid card values are AKQJT98765432 Indicate a void with an empty string. Null will be disqualified. | |
| ValidationMessages | An array of messages describing problems in data integrity and invalid values. | |
| WestClubs | Valid card values are AKQJT98765432 Indicate a void with an empty string. Null will be disqualified. | |
| WestDiamonds | Valid card values are AKQJT98765432 Indicate a void with an empty string. Null will be disqualified. | |
| WestHearts | Valid card values are AKQJT98765432 Indicate a void with an empty string. Null will be disqualified. | |
| WestSpades | Valid card values are AKQJT98765432 Indicate a void with an empty string. Null will be disqualified. |
| Name | Description | |
|---|---|---|
| ToString | (Overrides ObjectToString) | |
| Validate | Validates the DTO. Produces validation messages if there are problems. |