Show / Hide Table of Contents

Class Match

Match data object. This class is automatically generated.

Inheritance
System.Object
Match
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MingweiSamuel.Camille.MatchV4
Assembly: Camille.dll
Syntax
public class Match

Constructors

| Improve this Doc View Source

Match()

Declaration
public Match()

Properties

| Improve this Doc View Source

_AdditionalProperties

Contains any extra JSON properties that did not map to fields.

Declaration
[JsonExtensionData]
public Dictionary<string, object> _AdditionalProperties { get; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
| Improve this Doc View Source

GameCreation

Designates the timestamp when champion select ended and the loading screen appeared, NOT when the game timer was at 0:00.

Declaration
[JsonProperty("gameCreation")]
public long GameCreation { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

GameDuration

Match duration in seconds.

Declaration
[JsonProperty("gameDuration")]
public long GameDuration { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

GameId

Declaration
[JsonProperty("gameId")]
public long GameId { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

GameMode

Please refer to the Game Constants documentation.

Declaration
[JsonProperty("gameMode")]
public string GameMode { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

GameType

Please refer to the Game Constants documentation.

Declaration
[JsonProperty("gameType")]
public string GameType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

GameVersion

The major.minor version typically indicates the patch the match was played on.

Declaration
[JsonProperty("gameVersion")]
public string GameVersion { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MapId

Please refer to the Game Constants documentation.

Declaration
[JsonProperty("mapId")]
public int MapId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ParticipantIdentities

Participant identity information.

Declaration
[JsonProperty("participantIdentities")]
public ParticipantIdentity[] ParticipantIdentities { get; set; }
Property Value
Type Description
ParticipantIdentity[]
| Improve this Doc View Source

Participants

Participant information.

Declaration
[JsonProperty("participants")]
public Participant[] Participants { get; set; }
Property Value
Type Description
Participant[]
| Improve this Doc View Source

PlatformId

Platform where the match was played.

Declaration
[JsonProperty("platformId")]
public string PlatformId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

QueueId

Please refer to the Game Constants documentation.

Declaration
[JsonProperty("queueId")]
public int QueueId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SeasonId

Please refer to the Game Constants documentation.

Declaration
[JsonProperty("seasonId")]
public int SeasonId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Teams

Team information.

Declaration
[JsonProperty("teams")]
public TeamStats[] Teams { get; set; }
Property Value
Type Description
TeamStats[]

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX