 | ScoringGroupDTO Properties |
The ScoringGroupDTO type exposes the following members.
Properties | Name | Description |
---|
 | IsDeleted |
If "True" the scoring group will be deleted if it has no more sections. Be sure to assign other scoring groups to this scoringgroup's sections
if its sections are not deleted. Will be ignored when the dto is part of the InitDTO.
|
 | Name |
Optional
|
 | ScoringGroupNumber |
Required, must be unique and greater than zero.
|
 | ScoringMethod |
Required.
Pairs = 10,
IMP = 20,
XIMP = 30,
TeamIMP = 40,
TeamsVPDiscrete = 50,
TeamsVPContinuous = 51,
Bam = 60,
Patton = 70
|
 | Sections |
Required when the dto is part of the InitDTO, must be at least one.
Optional when the dto is used for scoringgroup updates.
Must be empty if the IsDeleted property is true.
|
 | SessionGuid |
Required, must match the Guid of its SessionDTO parent.
|
 | ValidationMessages |
An array of messages describing problems in data integrity and invalid values.
|
Top
See Also