Click or drag to resize

ScoringProgramDataConnectorClientCommandManagerUpdateMovement Method

Instructs BCS synchronously to update the movement for the given section. Be sure to include the movement for the section after its change. BCS will figure out how to adjust its data to enact the change. Mind that board results will be erased for each table starting from the lowest numbered round with different round data.

Namespace: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 5.0.1014.1+c0d6f9bc4d7d415f4cee902c0a8eb3b5237ddd44
Syntax
C#
public ScoringProgramResponse UpdateMovement(
	SectionUpdateDTO updatedSection
)

Parameters

updatedSection  SectionUpdateDTO
The section with its tables and rounds as they are after the update.

Return Value

ScoringProgramResponse
See Also