Click or drag to resize

Bm3ResultReentryOption Enumeration

Specifies whether the result for a board can be changed after both pairs have confirmed it.

Namespace: BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTO
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntax
C#
public enum Bm3ResultReentryOption
Members
Member nameValueDescription
Disabled0 The result for a board cannot be changed after both pairs have confirmed it.
Enabled1 The result for a board can be changed after both pairs have confirmed it.
See Also