Click or drag to resize

BridgemateSettingsDTO Class

The base class for the Bridgemate2SettingsDTO and the Bridgemate3SettingsDTO
Inheritance Hierarchy

Namespace: BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTO
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 5.0.1014.1+c0d6f9bc4d7d415f4cee902c0a8eb3b5237ddd44
Syntax
C#
public abstract class BridgemateSettingsDTO

The BridgemateSettingsDTO type exposes the following members.

Constructors
 NameDescription
Protected methodBridgemateSettingsDTOInitializes a new instance of the BridgemateSettingsDTO class
Top
Properties
 NameDescription
Public propertySectionLetters Required. Specifies for which section the settings apply.
Public propertySessionGuid Required. Specifies the guid of the session for which the settings apply.
Public propertyValidationMessages An array of messages describing problems in data integrity and invalid values.
Top
Methods
 NameDescription
Public methodValidate Validates the DTO. Produces validation messages if there are problems.
Top
See Also