For Babelfish Release 1.11.1.3

League Class

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
[SerializableAttribute]
public class League : LeagueBase
Inheritance
Object    LeagueBase    League

Constructors

Properties

ConferenceList
(Inherited from LeagueBase)
Configuration
(Inherited from LeagueBase)
Creator String holding the software (Orion Scoring System) and Version number of the software.
Description Human readable description of the league.
DivisionList
(Inherited from LeagueBase)
Documents A list of documents associated with thsi league. Common documents might include the league program, or a range script.
EndDate 
IconURL The full URL where the League's (small) icon image may be loaded from.
LastUpdated UTC time the match data was last updated.
LeagueAdministrator Contact information for the match, i.e. person's name, phone, email.
LeagueID Unique LeagueID for this League. Takes the form of a MatchID
(Inherited from LeagueBase)
LeagueName Human readable name of the league.
(Inherited from LeagueBase)
LeagueNetworkID Unigue identifier of the LeagueNetworkID. A value of 0 indicates this League is not a member of a League Network.
(Inherited from LeagueBase)
LeagueNetworkName The name of the League Network. An empty string indicates this league is not functioning within a League Network.
(Inherited from LeagueBase)
LogoURL The full URL where the League's (large) logo image may be loaded from.
MatchType 
OwnerId The orion account or at home account who owns this match.
ResultEvents The list of Events in the Match that have Result Lists associated with them.
SeasonID
(Inherited from LeagueBase)
SeasonName
(Inherited from LeagueBase)
SeasonType
(Inherited from LeagueBase)
StartDate 
Visibility Sets the public visibility for the match. Valid values are Private : No visibility Protected : Only athletes, their coaches, and match officials may see Club : Same as participant, but also includes all club members of the sponsoring club Public : Everyone may view
WeekList 

Methods

DefaultValueForWeekList 
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)
OnDeserialized After an object is deserialized form JSON, adds defaults to empty properties
ShouldSerializeDocuments A Newtonsoft Conditional Property to only serialize Documents when it has one or more Document objects https://www.newtonsoft.com/json/help/html/ConditionalProperties.htm
ToString
(Overrides ObjectToString)

See Also