Click or drag to resize

DataConnectorResponseData Enumeration

Specifies the data type that the ScoringProgramResponse's SerializedData property should contain.

Namespace: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntax
C#
public enum DataConnectorResponseData
Members
Member nameValueDescription
None0 There is no accompanying data.
OK1 Acknowledges a command that does not return data
Paused2 Not in use.
Warning3 Signals a non essential error.
Error4 Signals that an error occurred. The accompanying data will be a serialized string explaining the error.
InitData5 Data to create a new event. An InitDTO.
ContinueData6 Data to continue a previously created event. A ContinueDTO.
SectionData7 Data to update sections and their scoringgroups. A collection of ScoringGroupDTO.
Bridgemate2Settings8 Data to update the BM2 settings. A Bridgemate2SettingsDTO.
Bridgemate3Settings9 Data to update the BM3 settings. A Bridgemate2SettingsDTO.
PlayerData10 First name, last name, country code for players. A PlayerDataDTO.
Participations11 Position of players at a table in a round. A ParticipationDTO.
Results12 Boardresults. A collection of ResultDTO.
Handrecords13 Handrecords. A collection of HandrecordDTO.
Movement14 Data to update the movement for a section. A SectionDTO.
Session15 Data for a new session. A SectionDTO.
Sessions16 Sessions, their scoringroups and their sections. A BCSManagementResponseDTO with an array of SessionInfoDTOs as its SessionInformation property.
EventInfo17 Guid-name pairs of the sessions currently being administered. Embedded in a BCSManagementResponseDTO.
AllSessionsInfo18 Guid-name-scoringfile location for all sessions that are present in BCS' data. Embedded in a BCSManagementResponseDTO.
ScoringFileLocation19 The location of the scoring file for BCS. Embedded in a BCSManagementResponseDTO.
ShutDownRequest20 The data is a shutdown request. Embedded in a BCSManagementRequesetDTO.
TestData21 Currently not supported.
See Also