Click or drag to resize

SessionInfoDTO Class

Contains information on sessions that BCS knows and/or is currently administering. Can only occur as a child of a BCSManagementResponseDTO.
Inheritance Hierarchy
SystemObject
  BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTOSessionInfoDTO

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 SessionInfoDTO

The SessionInfoDTO type exposes the following members.

Constructors
 NameDescription
Public methodSessionInfoDTOInitializes a new instance of the SessionInfoDTO class
Top
Properties
 NameDescription
Public propertyEventGuid The guid of the event that the session is part of. Can be the same as the session guid when there is only one session.
Public propertyHasBeenProcessed Signals if the InitDto of the session has been processed.
Public propertySessionDateTime The date and time that the session was scheduled to start.
Public propertySessionGuid The guid of the session
Public propertySessionName The name of the session
Top
See Also