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: 5.0.1014.1+c0d6f9bc4d7d415f4cee902c0a8eb3b5237ddd44
Syntax
C#
public class SessionInfoDTO

The SessionInfoDTO type exposes the following members.

Constructors
 NameDescription
Public methodSessionInfoDTO Initializes 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 propertySections Information on the sections within the session.
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