 | SectionDTO Properties |
The SectionDTO type exposes the following members.
Properties | Name | Description |
---|
 | 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 NorthSouthPairSectionLetters and the EastWestPairSectionLetters must have the value for an existing section.
|
 | Letters |
Required. The letters of the section. They must be unique within an event.
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.
|
 | ScoringGroupNumber |
Required, the number of the scoringgroup the section belongs to. Must be greater than zero.
|
 | 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.
|
 | ValidationMessages |
An array of messages describing problems in data integrity and invalid values.
|
 | Winners |
Required: either 1 or 2.
|
Top
See Also