Click or drag to resize

ScoringProgramRequest Class

This class carries both a command and its associated data (if any) for the Data Connector. If the command pertains to a specific session the SessionGuid property has to be set. Validation will check in that case if the SessionGuid properties of the SerializedData has the same value. The Data Connector always responds with a ScoringProgramResponse
Inheritance Hierarchy
SystemObject
  BridgeSystems.Bridgemate.DataConnector.ScoringProgramClientScoringProgramRequest

Namespace: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 5.0.1014.1+c0d6f9bc4d7d415f4cee902c0a8eb3b5237ddd44
Syntax
C#
public class ScoringProgramRequest

The ScoringProgramRequest type exposes the following members.

Constructors
 NameDescription
Public methodScoringProgramRequestInitializes a new instance of the ScoringProgramRequest class
Top
Properties
 NameDescription
Public propertyClubId Required when using the http interface for the dataconnector
Public propertyCommand Required. The command that the Data Connector must pass on to BCS.
Public propertyLicenceKey Required when using the http interface for the dataconnector
Public propertySerializedData The data associated with the command, if any. Must be serialized as JSON.
Public propertySessionGuid Required if the command pertains to a session. Must be empty otherwise.
Top
Remarks
Note that the ScoringProgramRequest itself is sent as JSON data to the Data Connector. So the SerializedData property contains nested JSON data.
See Also