Base information for games (used in FeaturedGameInfo and CurrentGameInfo).
More...
|
List< BannedChampion > | BannedChampions [get, set] |
| Gets or sets the list of banned champion information. More...
|
|
long | GameId [get, set] |
| Gets or sets the game Id. More...
|
|
TimeSpan | GameLength [get, set] |
| Gets or sets the amount of time in seconds that has passed since the game started. More...
|
|
string | GameMode [get, set] |
| Gets or sets the game mode. This should equal one of the Models.GameMode values. More...
|
|
QueueType | GameQueueConfigId [get, set] |
| Gets or sets the queue type. More...
|
|
DateTime | GameStartTime [get, set] |
| Gets or sets the game start time in UTC. More...
|
|
string | GameType [get, set] |
| Gets of sets the game type. This should equal one of the Models.GameType values. More...
|
|
long | MapId [get, set] |
| Gets or sets the map id. More...
|
|
Observer | Observers [get, set] |
| Gets or sets the observer information. More...
|
|
string | PlatformId [get, set] |
| Gets or sets the ID of the platform on which the game is being played. This should equal one of the Models.PlatformId values. More...
|
|
Base information for games (used in FeaturedGameInfo and CurrentGameInfo).
Gets or sets the list of banned champion information.
long RiotNet.Models.GameInfoBase.GameId |
|
getset |
Gets or sets the game Id.
TimeSpan RiotNet.Models.GameInfoBase.GameLength |
|
getset |
Gets or sets the amount of time in seconds that has passed since the game started.
string RiotNet.Models.GameInfoBase.GameMode |
|
getset |
Gets or sets the game mode. This should equal one of the Models.GameMode values.
QueueType RiotNet.Models.GameInfoBase.GameQueueConfigId |
|
getset |
Gets or sets the queue type.
DateTime RiotNet.Models.GameInfoBase.GameStartTime |
|
getset |
Gets or sets the game start time in UTC.
string RiotNet.Models.GameInfoBase.GameType |
|
getset |
Gets of sets the game type. This should equal one of the Models.GameType values.
long RiotNet.Models.GameInfoBase.MapId |
|
getset |
Observer RiotNet.Models.GameInfoBase.Observers |
|
getset |
Gets or sets the observer information.
string RiotNet.Models.GameInfoBase.PlatformId |
|
getset |
Gets or sets the ID of the platform on which the game is being played. This should equal one of the Models.PlatformId values.
The documentation for this class was generated from the following file: