![]() | Player |
public class PlayerDataDTO
The PlayerDataDTO type exposes the following members.
Name | Description | |
---|---|---|
![]() | PlayerDataDTO | Initializes a new instance of the PlayerDataDTO class |
Name | Description | |
---|---|---|
![]() | CountryCode | Optional |
![]() | FirstName | Optional |
![]() | LastName | Required |
![]() | PlayerNumber | Required, must uniquely identify the player within the session. |
![]() | SessionGuid | Required, the guid of the session the player participates in. |
![]() | ValidationMessages | An array of messages describing problems in data integrity and invalid values. |