|
Vereinsmeisterschaften
22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
|
Classes | |
| class | Competition |
| Class describing a competition. More... | |
| class | CompetitionBasicEqualityComparer |
| Comparer that only uses the most basic properties of a Competition to determine equality: More... | |
| class | CompetitionDistanceRule |
| Class describing a competition distance rule. More... | |
| class | CompetitionDistanceRuleValidationIssue |
| Class describing one issue during the validation of the CompetitionDistanceRule More... | |
| class | Person |
| Class describing a person. More... | |
| class | PersonBasicEqualityComparer |
| Comparer that only uses the most basic properties of a Person to determine equality: More... | |
| class | PersonStart |
| Class describing a start of a person. More... | |
| class | PersonStartWithoutIsActiveEqualityComparer |
| Comparer that compares a PersonStart without regarding the PersonStart.IsActive More... | |
| class | Race |
| Class that represents a single race. More... | |
| class | RacesVariant |
| Class that represents a combination variant of all single races. More... | |
| class | RacesVariantFullEqualityComparer |
| Comparer that only uses most properties of a RacesVariant to determine equality: More... | |
| class | RudolphTable |
| Class that offers methods that can be used to parse a rudolph table to objects. More... | |
| class | RudolphTableEntry |
| Class describing a single entry in the rudolph table (one single cell containing one time). More... | |
Different types of modes to search for the matching competition.
Definition at line 10 of file CompetitionSearchModes.cs.
Different file types of documents that can be created.
| Enumerator | |
|---|---|
| DOCX | Only DOCX. |
Only PDF. | |
| DOCX_AND_PDF | DOCX and PDF. |
Definition at line 10 of file DocumentCreationFileTypes.cs.
Different types of documents that can be created.
Definition at line 6 of file DocumentCreationTypes.cs.
Available genders for a person.
| Enumerator | |
|---|---|
| Male | Gender is male. |
| Female | Gender is female. |
Definition at line 6 of file Genders.cs.
Available filters for PersonStart objects.
| Enumerator | |
|---|---|
| None | No filtering. |
| Person | Filter by Person object. |
| SwimmingStyle | Filter by the SwimmingStyles |
| CompetitionID | Filter by the Competition.ID |
Definition at line 6 of file PersonStartFilters.cs.
Available result podium types.
| Enumerator | |
|---|---|
| Gold | Gold medal. |
| Silver | Silver medal. |
| Bronze | Bronze medal. |
Definition at line 6 of file ResultPodiumsPlaces.cs.
Available result types.
Definition at line 6 of file ResultTypes.cs.
Available swimming styles.
Definition at line 6 of file SwimmingStyles.cs.