Click or drag to resize

AddSessionDTO Class

Use this DTO to add a session to an existing event.
Inheritance Hierarchy
SystemObject
  BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTOAddSessionDTO

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 AddSessionDTO

The AddSessionDTO type exposes the following members.

Constructors
 NameDescription
Public methodAddSessionDTO Initializes the DTO.
Top
Properties
 NameDescription
Public propertyBridgemate2Settings Optional. The settings for the Bridgemate 2 for all sections (if in use).
Public propertyBridgemate3Settings Optional. The settings for the Bridgemate 3 for all sections (if in use).
Public propertyClubId Required when using http for communication with the data connector.
Public propertyEventGuid Required. The guid of the event to add this session to.
Public propertyHandrecords Optional. The handrecords for each session.
Public propertyParticipations Optional. Each participation with its SessionGuid and PlayerNumber properties set must have a corresponding player data element that specifies at least its name.
Public propertyPlayerData Optional: the data of at least the players that will participate in the session. Player data is required for every participation that has its a SessionGuid and PlayerNumber properties set.
Public propertySession Required
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