Click or drag to resize

ScoringGroupDTO Properties

The ScoringGroupDTO type exposes the following members.

Properties
 NameDescription
Public propertyIsDeleted 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.
Public propertyName Optional
Public propertyScoringGroupNumber Required, must be unique and greater than zero.
Public propertyScoringMethod Required. Pairs = 10, IMP = 20, XIMP = 30, TeamIMP = 40, TeamsVPDiscrete = 50, TeamsVPContinuous = 51, Bam = 60, Patton = 70
Public propertySections 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.
Public propertySessionGuid Required, must match the Guid of its SessionDTO parent.
Public propertyValidationMessages An array of messages describing problems in data integrity and invalid values.
Top
See Also