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: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
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 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