For Babelfish Release 1.11.1.3

LeagueRankingRuleType Enumeration

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public enum LeagueRankingRuleType

Members

WIN_LOSS_RECORD0 Rank teams by their wins and losses
SEASON_AVERAGE1 Rank teams by their seasonal average
LEAGUE_POINTS2 Rank teams by their league points, a combination wins and losses with seasonal average
ALPHABETICAL3 Rank teams alphabetically
HIGHEST_SCORE4 Rank teams by their hightest score

Extension Methods

Description Returns the Description attribute of an enum. If Description is not an attribute returns the .toString() value.
(Defined by EnumHelper)
GetAttributeOfTypeT Gets an attribute on an enum field value
(Defined by EnumHelper)

See Also