Vereinsmeisterschaften  22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
Loading...
Searching...
No Matches
CompetitionSearchModes.cs
1using Newtonsoft.Json;
2using Newtonsoft.Json.Converters;
3
5{
9 [JsonConverter(typeof(StringEnumConverter))]
42}
CompetitionSearchModes
Different types of modes to search for the matching competition.
@ OnlyExactAge
Return the competition for which the age matches exactly.
@ ExactOrNearestPreferHigher
Return the competition for which the age matches exactly or use the competition with the nearest age.
@ ExactOrNextLowerAge
Return the competition for which the age matches exactly or use the competition with the next lower a...
@ ExactOrNextLowerOnlyMaxAge
Return the competition for which the age matches exactly or use the competition with the next lower a...
@ ExactOrNearestPreferLower
Return the competition for which the age matches exactly or use the competition with the nearest age.
@ ExactOrNextHigherAge
Return the competition for which the age matches exactly or use the competition with the next higher ...