Click or drag to resize

SessionDTO Class

A group of sections that are usually played at the same time and place. Pairs will subscribe to participate in a specific session. If BCS has to administer more than one session at the same time, these sessions must share a comment EventGuid property.
Inheritance Hierarchy
SystemObject
  BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTOSessionDTO

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 SessionDTO

The SessionDTO type exposes the following members.

Constructors
 NameDescription
Public methodSessionDTOInitializes a new instance of the SessionDTO class
Top
Properties
 NameDescription
Public propertyDay Required. The day on which the session is played.
Public propertyEventGuid Optional. A string built from a Guid, without the curly braces or connecting dashes. The letters must be capitals Must be unique if used.
Public propertyEWReturnHome 
Public propertyHour Optional. The starting hour for the session.
Public propertyMinute Optional. The starting minutes for the session.
Public propertyMonth Required. The month in which the session is played.
Public propertyName Required. The name of the session.
Public propertyPairsMoveAccrossField 
Public propertyScoringGroups Required, must be at least one.
Public propertySessionGuid Required.A string built from a Guid, without the curly braces or connecting dashes. The letters must be capitals Must be unique
Public propertyShowInApp If True will show the session in the Bridgemate App, if the Bridgemae App has been configured in BCS.
Public propertyValidationMessages An array of messages describing problems in data integrity and invalid values.
Public propertyYear Required. The year in which the session is played.
Top
Methods
 NameDescription
Public methodValidate Validates the DTO. Produces validation messages if there are problems.
Top
See Also