Show / Hide Table of Contents

Class BannedChampion

Class representing a BannedChampion in the API.

Inheritance
System.Object
BannedChampion
Namespace:RiotSharp.CurrentGameEndpoint
Assembly:RiotSharp.dll
Syntax
public class BannedChampion : object

Properties

ChampionId

The ID of the banned champion

Declaration
public long ChampionId { get; set; }
Property Value
Type Description
System.Int64

PickTurn

The turn during which the champion was banned

Declaration
public int PickTurn { get; set; }
Property Value
Type Description
System.Int32

TeamId

The ID of the team that banned the champion

Declaration
public long TeamId { get; set; }
Property Value
Type Description
System.Int64
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX