TournamentRound Class

A round in a tournament

Definition

Namespace: NFF.FIKS.EnterpriseServices.Components.Entities
Assembly: NFF.FIKS.EnterpriseServices.Components (in NFF.FIKS.EnterpriseServices.Components.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class TournamentRound
Inheritance
Object    TournamentRound

Properties

EndDate End date of tournament round
GenderId Gender id
NumberOfMatches Number of matches in the tournament round
SeasonId Season id
StartDate Start date of tournament round
TournamentAgeCategoryId Age category id
TournamentId Tournament id
TournamentName Name of tournament
TournamentRoundId Tournament round id
TournamentRoundNumber Tournament round number

See Also