Click or drag to resize

Bridgemate2SettingsDTO Class

Contains all settings for the Bridgemate 2 for a section. Mind that all values must be supplied.
Inheritance Hierarchy
SystemObject
  BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTOBridgemateSettingsDTO
    BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTOBridgemate2SettingsDTO

Namespace: BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTO
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntax
C#
public class Bridgemate2SettingsDTO : BridgemateSettingsDTO

The Bridgemate2SettingsDTO type exposes the following members.

Constructors
 NameDescription
Public methodBridgemate2SettingsDTOInitializes a new instance of the Bridgemate2SettingsDTO class
Top
Properties
 NameDescription
Public propertyAutopoweroffTime The time in seconds before the Bridgemate will power off.
Public propertyAutoShutDownBPC Defines if BCS should automatically shut down when all results are in.
Public propertyBM2AutoBoardNumber Defines if the Brigemate should enter the board number automatically..
Public propertyBM2AutoShowScoreRecap Defines if the Bridgemate should show the score recap wihtout promptimg after the last board of the round has been played..
Public propertyBM2ConfirmNP Defines if the TD must confirm No Play on the Bridgemate.
Public propertyBM2EnterHandRecord Determines if the players can enter the handrecord for boards they played if not present.
Public propertyBM2EnterHandRecordWhen If BM2EnterHandRecord is "True" determines if the players can enter the handrecord after play of the board or after playing all boards for the round.
Public propertyBM2FirstBoardManually If BM2AutoBoardNumber is "True" defines if the boardnumber of the first board should be entered manually. The subsequent boards will be filled in automatically.
Public propertyBM2GameSummary Enable/disable the summary after end of session. (Enabled requires BM2Ranking=1 or 2
Public propertyBM2NameSource Currently not supported.
Public propertyBM2NextSeatings Defines if the Bridgemate should show the seatings for the next round.
Public propertyBM2NumberEntryEachRound Defines if the players must enter their player number each round.
Public propertyBM2NumberEntryPreloadValues Currently not supported.
Public propertyBM2PairNumberEntry Defines if the players can or must enter the pair number when entering the declaring side for a contract. Enforcing this helps in detecting switched seatings.
Public propertyBM2PINcode The pincode that the TD must enter before accessing the TD menu on the Bridgemate. Must be four digits.
Public propertyBM2Ranking Determines if the Bridgemate should show the ranking and if so after play of the last board of a round or after play of the last board of the session..
Public propertyBM2RecordBidding Currently not supported.
Public propertyBM2RecordPlay Currently not supported.
Public propertyBM2RemainingBoards Defines if the Bridgemate should show how many boards in the round are left to play.
Public propertyBM2ResetFunctionKey Determines if the "Reset" key is available to the players, rather than to the TD only.
Public propertyBM2ResultsOverview Determines how the results overview will be formatted on the display.
Public propertyBM2ScoreCorrection Defines if the players can correct scores themselves. If not the TD must be called to the table to do this.
Public propertyBM2ScoreRecap Defines if the Bridgemate can show the scores obtained during the round when a player presses the appropriate button on the Bridgemate.
Public propertyBM2ShowHands Currently not suppoorted.
Public propertyBM2ShowPlayerNames Determines if the Bridgemate shows the names of the players and if so at the start of each round or in the first round only.
Public propertyBM2SummaryPoints Defines if matchpoints or the percentage should be shown in the game summary.
Public propertyBM2TDCall Defines if the "Call TD" button is visible on the Bridgemate.
Public propertyBM2TextBasedNumber Currently not supported.
Public propertyBM2ValidateLeadCard Determines if the entry of the leadcard should be checked against the handrecord.
Public propertyBM2ValidateRecording Currently not supported.
Public propertyBM2ViewHandRecord Determines if the players can see the handrecord of the board they just played.
Public propertyBoardOrderVerification Defines if the Bridgemate should check the order of play.
Public propertyEnterResultsMethod Defines the way resulting tricks are enterd after the board has been played.
Public propertyGroupSections Currently not supported. Use the ScoringGroupDTO to group sections.
Public propertyHandRecordValidation Currently not supported.
Public propertyIntermediateResults Currently not supported.
Public propertyLeadCard Defines if the leadcard should be entered.
Public propertyMaximumResults If ShowResults is "True" determines the maximum number of results that will be shown.
Public propertyMemberNumbers Defines if the players can make themselves know by entering their player number on the Bridgemate.
Public propertyMemberNumbersNoBlankEntry If "True" all players must have been identified by their player number.
Public propertyNumberValidation Currently not supported
Public propertyRepeatResults Ask after showing the results if the overview should be repeated.
Public propertyScorePoints Show the point score of a result from the declarer's perspective or from that of North-South.
Public propertyShowContract Show the denomination of the contract as letters or as suit symbols.
Public propertyShowOwnResult Include the own result in the results overview.
Public propertyShowPairNumbers Determines if the pairnumbers are shown at the top of the Bridgemate.
Public propertyShowPercentage Show percentage rather than matchpoints.
Public propertyShowResults Show results obtained on other rounds and on other tables.
Public propertyVerificationTime The time in seconds that the message that the opponents must confirm the entered result is shown.
Top
Methods
 NameDescription
Public methodValidate Validates the DTO. Produces validation messages if there are problems.
(Overrides BridgemateSettingsDTOValidate)
Top
See Also