Show / Hide Table of Contents

Class ItemListStatic

Class representing a list of items (Static API).

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

Properties

BasicData

Basic data about the items retrieved.

Declaration
public BasicDataStatic BasicData { get; set; }
Property Value
Type Description
BasicDataStatic

Groups

Information about the groups of an item.

Declaration
public List<GroupStatic> Groups { get; set; }
Property Value
Type Description
List<><GroupStatic>

Items

Map of items indexed by their id.

Declaration
public Dictionary<int, ItemStatic> Items { get; set; }
Property Value
Type Description
Dictionary<, ><System.Int32, ItemStatic>

Trees

Items' tree (Tools, Defense, Attack, Magic, Movement).

Declaration
public List<ItemTreeStatic> Trees { get; set; }
Property Value
Type Description
List<><ItemTreeStatic>

Type

API 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