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: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
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 propertyCommand Required. The command that the Data Connector must pass on to BCS.
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