Click or drag to resize

ParticipationDTORoundNumber Property

Currently only the values zero and one are supported. They are treated the same as the table where the player sits in the first round. Optional, specifying a number higher than 1 indicates that the name of the player has become known in a latter round. BCS will use the known movement to calculate the player's positions in other rounds.

Namespace: BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTO
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 5.0.1014.1+c0d6f9bc4d7d415f4cee902c0a8eb3b5237ddd44
Syntax
C#
public int RoundNumber { get; set; }

Property Value

Int32
See Also