Click or drag to resize

TableDTO Class

A class describing a real of virtual bridge table where each round two pairs will compete.
Inheritance Hierarchy
SystemObject
  BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTOTableDTO

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 class TableDTO

The TableDTO type exposes the following members.

Constructors
 NameDescription
Public methodTableDTOInitializes a new instance of the TableDTO class
Top
Properties
 NameDescription
Public propertyRounds Required. An array of RoundDTOs describing which pairs will meet on this table and which boards they will play.
Public propertySectionLetters Required, the letters of the section the table belongs to. The section must exist.
Public propertySessionGuid Required. The guid of the session the table belongs to.
Public propertyTableNumber Required, must be greater than zero and must be unique within the section.
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