Show / Hide Table of Contents

Class League

Class representing a League in the API.

Inheritance
System.Object
League
Namespace:RiotSharp.LeagueEndpoint
Assembly:RiotSharp.dll
Syntax
public class League : object

Properties

Entries

The requested league entries.

Declaration
public List<LeagueEntry> Entries { get; set; }
Property Value
Type Description
List<><LeagueEntry>

Name

This name is an internal place-holder name only. Display and localization of names in the game client are handled client-side.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

ParticipantId

Specifies the relevant participant that is a member of this league (i.e., a requested summoner ID, a requested team ID, or the ID of a team to which one of the requested summoners belongs). Only present when full league is requested so that participant's entry can be identified. Not present when individual entry is requested.

Declaration
public string ParticipantId { get; set; }
Property Value
Type Description
System.String

Queue

League queue (eg: RankedSolo5x5).

Declaration
public Queue Queue { get; set; }
Property Value
Type Description
Queue

Tier

League tier (eg: Challenger).

Declaration
public Tier Tier { get; set; }
Property Value
Type Description
Tier
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX