![]() |
Information about a club. More...
Public Attributes | |
| $UniqueIndex | |
| $Name | |
| $LongName | |
| $Category | |
| $CategoryName | |
| $VenueCount | |
| $VenueEntries | |
Information about a club.
This structure contains data related to a club, including a unique identified for the club the name of the club, the category of the club, the number and details about venues where the club is playing matches.
| ClubEntry::$Category |
The identifier of the club category the club belongs to
Example: 2 for
type: integer
| ClubEntry::$CategoryName |
The name of the club category the club belongs to
type: string
| ClubEntry::$LongName |
The long name of the club
A more formal or complete name of a club. As an example, the Sporcrea club #2054 is called TTG Mollem but the complete name is Tafeltennis gezelschap Mollem.
type: string
| ClubEntry::$Name |
The name of the club
If a short name is available, it will be the short name. A short name is convinient to display a compact table (like for rankings).
type: string
| ClubEntry::$UniqueIndex |
The unique index of the club.
The index is usually given by the federation. It can be a number or a string. Example : VLB-225 for VTTL club of Hurricane TTW or 1305 for Sporcrea club of Tecemo.
type: string
| ClubEntry::$VenueCount |
The number of locations where the club can play matches
This is also the number of entries that will be returned in VenueEntries
type: integer
| ClubEntry::$VenueEntries |
List of locations where a club can play a home match Each element of the list is a VenueEntry
Most of clubs have only one venue but some of them may have two or more venues.
type: VenueEntry[]