Show / Hide Table of Contents

Class MatchEvent

MatchEvent data object. This class is automatically generated.

Inheritance
System.Object
MatchEvent
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 MatchEvent

Constructors

| Improve this Doc View Source

MatchEvent()

Declaration
public MatchEvent()

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

AfterId

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

AscendedType

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

AssistingParticipantIds

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

BeforeId

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

BuildingType

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

CreatorId

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

EventType

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

ItemId

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

KillerId

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

LaneType

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

LevelUpType

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

MonsterSubType

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

MonsterType

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

ParticipantId

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

PointCaptured

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

Position

Declaration
[JsonProperty("position")]
public MatchPosition Position { get; set; }
Property Value
Type Description
MatchPosition
| Improve this Doc View Source

SkillSlot

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

TeamId

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

Timestamp

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

TowerType

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

Type

(Legal values: CHAMPION_KILL, WARD_PLACED, WARD_KILL, BUILDING_KILL, ELITE_MONSTER_KILL, ITEM_PURCHASED, ITEM_SOLD, ITEM_DESTROYED, ITEM_UNDO, SKILL_LEVEL_UP, ASCENDED_EVENT, CAPTURE_POINT, PORO_KING_SUMMON)

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

VictimId

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

WardType

Declaration
[JsonProperty("wardType")]
public string WardType { get; set; }
Property Value
Type Description
System.String

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