 | ScoringGroupDTO Class |
The scoring group holds information on the scoring method of its sections.
A scoring group must have at least one section, though this can be omitted when using this DTO for scoring group updates.
If a scoring group has more than one section the score calculation will treat these sections as if they were one.
Inheritance HierarchySystemObject
BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTOScoringGroupDTO
Namespace: BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTOAssembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntaxpublic class ScoringGroupDTO
The ScoringGroupDTO type exposes the following members.
Constructors
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
Methods | Name | Description |
---|
 | Validate |
Validates the DTO. Produces validation messages if there are problems.
|
Top
Fields
See Also