Click or drag to resize

ResultDTO Properties

The ResultDTO type exposes the following members.

Properties
 NameDescription
Public propertyBoardNumber Required, must be greater than zero. The board must exist, i.e.: it must have been specified in the RoundDTO's LowBoardNumber and HighBoardNumber properties.
Public propertyDeclarerDirection The direction of the declarer: 0: NA 1: North or NorthSouth 2: East or EastWest 3: South 4: West
Public propertyDeclaringPair Required: either the PairNorthSouth or the PairEastwest number.
Public propertyDenomination The denomination: 0: NA 1: Clubs 2: Diamonds 3: Hearts 4: Spades 5: NoTrump
Public propertyIsDeleted Marks the result as deleted. All properties below will be ignored.
Public propertyLeadCardRank Optional: 2-10: the card value 11: Jack 12: Queen 13: King 14: Ace
Public propertyLeadCardSuit Required when LeadCardRank > 0 1: Clubs 2: Diamonds 3: Hearts 4: Spades
Public propertyLevel The contract level: 1-7 natural contract 0 Pass -1 Avg-/Avg- -2 Avg-/Avg -3 Avg-/Av+ -4 Avg/Avg- -5 Avg/Avg -6 Avg/Avg+ -7 Avg+/Avg- -8 Avg+/Avg -9 Avg+/Avg+ -10 No play
Public propertyPairEastWest Required:The pairnumber for EastWest
Public propertyPairNorthSouth Required: The pairnumber for NorthSouth
Public propertyRoundNumber Required, must be greater than zero. The round must exist.
Public propertyScoringDirection Required. The pair for which the result will count towards their result. 1: NortSouth 2: EastWest 3: For NorthSouth as wel as for EastWest Note: currently split scores (scores different for NS and EW) are not supported. BCS will work with the NS value.
Public propertySectionLetters Required, the letters of the section in which the result was obtained. The section must exist.
Public propertySessionGuid Required.The guid of the session the result belongs to.
Public propertyStake The stake of the contract: 0: normal 1: doubled 2: redoubled
Public propertyTableNumber Required, must be greater than zero. The table must exist.
Public propertyTotalTricks A number between 0 and 13 describing the number of tricks made. Zero tricks can also mean: pass, or artificial result (see Level)
Public propertyValidationMessages An array of messages describing problems in data integrity and invalid values.
Top
See Also