Click or drag to resize

ResultDTO Fields

The ResultDTO type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAvgAvgAvg An artificial score of Average for the North-South pair and Average for the East-West pair.
Public fieldStatic memberAvgAvgMin An artificial score of Average for the North-South pair and Average Minus for the East-West pair if the ScoringDirection property is ScoringDirection_NS or ScoringDirection_NSEW. If the ScoringDirection is ScoringDirection_EW then the values are reversed.
Public fieldStatic memberAvgAvgPlus An artificial score of Average for the North-South pair and Average Plus for the East-West pair if the ScoringDirection property is ScoringDirection_NS or ScoringDirection_NSEW. If the ScoringDirection is ScoringDirection_EW then the values are reversed.
Public fieldStatic memberAvgMinAvg An artificial score of Average Minus for the North-South pair and Average for the East-West pair.
Public fieldStatic memberAvgMinMin An artificial score of Average Minus for the North-South pair and Average Minus for the East-West pair if the ScoringDirection property is ScoringDirection_NS or ScoringDirection_NSEW. If the ScoringDirection is ScoringDirection_EW then the values are reversed.
Public fieldStatic memberAvgMinPlus An artificial score of Average Minus for the North-South pair and Average Plus for the East-West pair if the ScoringDirection property is ScoringDirection_NS or ScoringDirection_NSEW. If the ScoringDirection is ScoringDirection_EW then the values are reversed.
Public fieldStatic memberAvgPlusAvg An artificial score of Average Plus for the North-South pair and Average for the East-West pair if the ScoringDirection property is ScoringDirection_NS or ScoringDirection_NSEW. If the ScoringDirection is ScoringDirection_EW then the values are reversed.
Public fieldStatic memberAvgPlusMin An artificial score of Average Plus for the North-South pair and Average Minus for the East-West pair if the ScoringDirection property is ScoringDirection_NS or ScoringDirection_NSEW. If the ScoringDirection is ScoringDirection_EW then the values are reversed.
Public fieldStatic memberAvgPlusPlus An artificial score of Average Plus for the North-South pair and Average Plus for the East-West pair.
Public fieldStatic memberContractLevel_NoPLay The board was not played.
Public fieldStatic memberContractLevel_Pass The contract of the board was "Pass".
Public fieldStatic memberDenomination_Clubs The denomination of the contract is Clubs.
Public fieldStatic memberDenomination_Diamonds The denomination of the contract is Diamonds.
Public fieldStatic memberDenomination_Hearts The denomination of the contract is Hearts.
Public fieldStatic memberDenomination_NoTrump The denomination of the contract is No Trump.
Public fieldStatic memberDenomination_Spades The denomination of the contract is Spades.
Public fieldStatic memberDirection_East Declarer is the player on the East seat.
Public fieldStatic memberDirection_North Declarer is the player on the North seat.
Public fieldStatic memberDirection_South Declarer is the player on the South seat.
Public fieldStatic memberDirection_West Declarer is the player on the West seat.
Public fieldStatic memberScoringDirection_EW The result pertains to East-West only. i.e.: The North-South pair may have a different result and a ResultDTO with its ScoringDirection property set to ScoringDirection_NS must be provided.
Public fieldStatic memberScoringDirection_NS The result pertains to North-South only. i.e.: The East-West pair may have a different result and a ResultDTO with its ScoringDirection property set to ScoringDirection_EW must be provided.
Public fieldStatic memberScoringDirection_NSEW The result pertains to both North-South and East-West.
Public fieldStatic memberStake_Doubled The contract was doubled.
Public fieldStatic memberStake_Normal The contract was not doubled or redoubled.
Public fieldStatic memberStake_Redoubled The contract was redoubled.
Top
See Also