For Babelfish Release 1.11.1.3

LeagueTeam Class

Describes a Team competing in a League.

Definition

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

Constructors

Properties

ClubID GUID formatted ClubID
ClubName 
Coach 
Conference 
Division 
Hometown 
LeagueID The scheibentoni ID of the league
LeagueName Human readabel name of the League
LeagueNetworkID 
LeagueNetworkName Human readable Name of the League Network
LicenseNumber The team's orion license number.
Location Typically city and state, e.g. "Bristow, VA"
Mascot 
PhotoURL 
POC 
Record Indicates the number of wins, loses, DNSs, DSQs the team has for the current League.
Schedule 
SeasonAverage J is the Integer score average. K is the Decimal score average. L is the inner ten average.
SeasonID 
SeasonName Human readable name of the League's Season
TeamID 
TeamName 

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)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

ByeWeekTeamID The team id assigned to bye weeks.

See Also