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: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
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 rececption of the response. Data ConnectorResponseData.Error signals that something went wrong. The serialized data 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