 | SectionUpdateDTO Properties |
The SectionUpdateDTO type exposes the following members.
Properties | Name | Description |
---|
 | AddedPlayers |
Optional. Any players that have been added and were not included while initializing the session.
|
 | EastWestPairSectionLetters |
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.
|
 | EWMoveBeforePlay |
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.
|
 | GameType | |
 | IsCombiSection |
If true the SitoutSectionLetters must have the value for an existing section.
|
 | IsDeleted |
Marks the section for deletion. No tables must be specified. ALl properties other than the SessionGuid an Letters are ignored.
|
 | Letters |
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
|
 | MissingPair |
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.
|
 | Name |
Optional.
|
 | NorthSouthPairSectionLetters |
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.
|
 | Participations |
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.
|
 | ScoringGroupNumber |
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.
|
 | ScoringGroupScoringMethod |
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.
|
 | SessionGuid |
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
|
 | Tables |
An array of TableDTOs. All tables for the section must be specified. If the section is to be deleted, no tables must be specified.
|
 | ValidationMessages |
An array of messages describing problems in data integrity and invalid values.
|
 | Winners |
Required: either 1 or 2.
|
Top
See Also