Show / Hide Table of Contents

Class ChampionListStatic

Class representing a list of champions (Static API).

Inheritance
System.Object
ChampionListStatic
Namespace:RiotSharp.StaticDataEndpoint
Assembly:RiotSharp.dll
Syntax
public class ChampionListStatic : object

Properties

Champions

Map of champions indexed by their name.

Declaration
public Dictionary<string, ChampionStatic> Champions { get; set; }
Property Value
Type Description
Dictionary<, ><System.String, ChampionStatic>

Format

Format of the data retrieved (always null afaik).

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

Keys

Map of the champions names indexed by their id.

Declaration
public Dictionary<int, string> Keys { get; set; }
Property Value
Type Description
Dictionary<, ><System.Int32, System.String>

Type

TAPI type (item).

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

Version

Version of the API.

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