[SerializableAttribute]
public class League : LeagueBase| 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 |
| DefaultValueForWeekList | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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) |