Click or drag to resize

PlayerDataDTO Class

This class carries information on a player: name, country and playernumber. Each ParticipationDTO carrying a non empty playernumber property must have a corresponding PlayerDataDTO woith the given playernumber (and SessionGuid) that was sent before the ParticipationDTO was sent.
Inheritance Hierarchy
SystemObject
  BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTOPlayerDataDTO

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 class PlayerDataDTO

The PlayerDataDTO type exposes the following members.

Constructors
 NameDescription
Public methodPlayerDataDTOInitializes a new instance of the PlayerDataDTO class
Top
Properties
 NameDescription
Public propertyClubId Required when using the http interface for the dataconnector
Public propertyCountryCode Optional
Public propertyFirstName Optional
Public propertyLastName Required
Public propertyPlayerNumber Required, must uniquely identify the player within the session.
Public propertySessionGuid Required, the guid of the session the player participates in.
Public propertyValidationMessages An array of messages describing problems in data integrity and invalid values.
Top
Methods
 NameDescription
Public methodValidate Validates the DTO. Produces validation messages if there are problems.
Top
See Also