Click or drag to resize

Bm3LeadCardEntryOption Enumeration

Specifies whether the lead card must be entered and how this will be validated.

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 Bm3LeadCardEntryOption
Members
Member nameValueDescription
Disabled0 No lead card entry.
EnabledNoValidation1 The lead card must be entered. It will not be validated against the handrecord.
EnabledWithValidationMustComply2 The lead card must be entered. It will be validated against the handrecord and it must be changed if validation fails.
EnabledWithValidationAllowNonCompliance3 The lead card must be entered. It will be validated against the handrecord and a warning is issued if validation fails.
See Also