ResultListExtensions Class
Namespace: Scopos.BabelFish.DataActors.OrionMatchAssembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
public static class ResultListExtensions
- Inheritance
- Object ResultListExtensions
| CalculateResultListStatus |
Determines, but does not set, the Status of the ResultList. Rules for it are:
* If the match's status is OFFICIAL, so is the ResultList.
* If not participants are in the ResultList then the status if FUTURE
* If all participant's event status is FUTURE, so is the ResultList
* If one or more participant's event status is INTERMEDIATE, so is the ResultList
* If one or more participant's event status is UNOFFICIAL, and no one's is INTERMEDIATE, then result status is UNOFFICIAL
* Default case is, result status is equal to the match's status
|
| ReSortIfOfficial |
Checks for the unusual condition that the returned result list is ordered by projected rank,
but the status is UNOFFICIAL or OFFICIAL. This could happen if a user turns Orion off,
before having all scores turned in, and we're past the end date of the match.
|
| SetEventStatus |
Determines the status of an Event for an Athlete. This method does not work for Teams
|