For Babelfish Release 1.11.1.3

LeagueVirtualType Enumeration

Definition

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

Members

BYE_WEEK0 This is a bye week game for the home team.
VIRTUAL1 Both the home team and away team are competing from their home ranges.
CANCELLED2 The game is cancelled.
FORCED_BYE_WEEK3 This is a forced bye week game for the home team.
NOT_SET4 The game is scheduled, but not yet released to the teams for competition.
LOCAL5 The game is will competed at the home team's range.

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