Click or drag to resize

BCSManagementResponseDTO Class

Carries response data for a previously sent BCSManagementRequestDTO.
Inheritance Hierarchy
SystemObject
  BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTOBCSManagementResponseDTO

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

The BCSManagementResponseDTO type exposes the following members.

Constructors
 NameDescription
Public methodBCSManagementResponseDTOInitializes a new instance of the BCSManagementResponseDTO class
Top
Properties
 NameDescription
Public propertyDataConnectorFilePath The location of the Data Connector messages file. Can be used for back-up purposes.
Public propertyEventGuid The guid of the event currently being administered. Can be empty if no sessions are active.
Public propertyIsRunning True if BCS is running.
Public propertyScoringFilePath The location of the scoring file. Can be used for back-up purposes.
Public propertySessionInformation Either information on the sessions currently being administered, or information on all session known to BCS.
Public propertyValidationMessages An array of messages describing problems in data integrity and invalid values.
Top
Methods
 NameDescription
Public methodValidate Validates the DTO. Produces validation messages if there are problems.
Top
See Also