Click or drag to resize

SectionUpdateDTO Properties

The SectionUpdateDTO type exposes the following members.

Properties
 NameDescription
Public propertyAddedPlayers Optional. Any players that have been added and were not included while initializing the session.
Public propertyEastWestPairSectionLetters Required if IsCombisection is True. Must be the letters for an existing section. The letters of the section the East-West pairs in the combisection originate from.
Public propertyEWMoveBeforePlay Negative value: the eastwest pairs move down the specified number of tables before play starts. Positive value: the eastwest pairs move up the specified number of tables before play starts. Zero: the eastwest pairs do not move. Currently not supported.
Public propertyGameType 
Public propertyIsCombiSection If true the SitoutSectionLetters must have the value for an existing section.
Public propertyIsDeleted Marks the section for deletion. No tables must be specified. ALl properties other than the SessionGuid an Letters are ignored.
Public propertyLetters Required. The letters of the section. If a section with this letters already exists it will be updated. Otherwise the section will be added. Can be A-Z, AA, BB, CC,...ZZ, AAA, BBB, CCC, ... ZZZ
Public propertyMissingPair Optional. A pair that is missing throughout the movement. Alternatively this can be specified by Leaving out the opponent for a pair that would have met the missing pair. However, BCS will be able to discern a sit-out table from an empty table if this value is used.
Public propertyName Optional.
Public propertyNorthSouthPairSectionLetters Required if IsCombiSection is True. Must be the letters for an existing section. The letters of the section the North-South pairs in the combisection originate from.
Public propertyParticipations Optional. The players as they are seated in the first round. Be sure to include players as well that do not play in the first round.
Public propertyScoringGroupNumber Required, the number of the scoringgroup the section belongs to. Must be greater than zero. If the scoringgroup already exists the section wull be added to it, otherwise a new scoringgroup wil be added.
Public propertyScoringGroupScoringMethod Must be set and must match the scoringmethod of the scoringgroup if the section is added to one, otherwise it will specify the scoringmethod for the new scoringgroup. See for valid values the ScoringType contstants in the ScoringGroupDTO.
Public propertySessionGuid Required. The guid of the session the section is part of. A string built from a Guid, without the curly braces or connecting dashes. The letters must be capitals
Public propertyTables An array of TableDTOs. All tables for the section must be specified. If the section is to be deleted, no tables must be specified.
Public propertyValidationMessages An array of messages describing problems in data integrity and invalid values.
Public propertyWinners Required: either 1 or 2.
Top
See Also