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: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
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 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