Scoring Program Data Connector Pipe Client documentation
Scoring Program Data Connector Pipe Client documentation
BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTO
ParticipationDTO Class
ParticipationDTO Properties
CountryCode Property
Direction Property
FirstName Property
IsPlayerSwap Property
LastName Property
PlayerNumber Property
RoundNumber Property
SectionLetters Property
SessionGuid Property
TableNumber Property
ValidationMessages Property
Participation
DTO
Is
Player
Swap Property
Signals that this player was swapped with his partner: North was swapped with South, or East with West.
Namespace:
BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTO
Assembly:
BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntax
C#
Copy
public
bool
IsPlayerSwap
{
get
;
set
; }
Property Value
Boolean
Remarks
This property is only menaningful in conjunction with a
PollQueueForNewParticipations
command, or a
PollQueueForAllParticipations
> command.
See Also
Reference
ParticipationDTO Class
BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTO Namespace