For Babelfish Release 1.11.1.3

LeagueGame Class

A LeagueGame is a special type of Match. Competed between two teams within a League.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class LeagueGame
Inheritance
Object    LeagueGame

Constructors

Properties

AwayTeam 
EndDate The date this league game ended.
GameID The unique Match ID for this game.
GameName Human readable name for this game.
HomeTeam 
LeagueID The scheibentoni ID of the league
LeagueName Human readabel name of the League
LeagueNetworkID 
LeagueNetworkName Human readable Name of the League Network
PressReleaseUrl The URL to the post-game press release.

An empty string means a press release does not exist.

ReportHTML 
ReportText 
SeasonID 
SeasonName Human readable name of the League's Season
ShowLeaderboard logical boolean for if we show the leaderboard link
StartDate The date this league game started.
Virtual The Virtual type of league game. Usually Not Set, Local, Virtual, Bye Week, or Cancelled.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also