2using Newtonsoft.Json.Converters;
9 [JsonConverter(typeof(StringEnumConverter))]
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 ...