Click or drag to resize

ScoringProgramResponse Class

This class carries the response data that the Data Connector sends back after sending it a ScoringProgramRequest.
Inheritance Hierarchy
SystemObject
  BridgeSystems.Bridgemate.DataConnector.ScoringProgramClientScoringProgramResponse

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 ScoringProgramResponse

The ScoringProgramResponse type exposes the following members.

Constructors
 NameDescription
Public methodScoringProgramResponseInitializes a new instance of the ScoringProgramResponse class
Top
Properties
 NameDescription
Public propertyDataType Specifies the datatype to deserialize to after reception of the response. DataConnectorResponseData.Error signals that something went wrong. The serialized data in that case will be a string describing the error.
Public propertyErrorType Specifies the type of error that occurred. ErrorType.None if all went well.
Public propertyLastQueueItemId If the response contains queue data the id of last added queueitem.
Public propertyRequestCommand The command of the request that this is the reponse for.
Public propertySerializedData The serialized data. The DataType property tells to what class it should be deserialized.
Public propertySessionGuid The guid of the session the response belongs to.
Top
See Also