Show / Hide Table of Contents

Class MetadataStatic

Class representing metadata on runes and items (Static API).

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

Properties

IsRune

Whether this item is a rune or not.

Declaration
public bool IsRune { get; set; }
Property Value
Type Description
System.Boolean

Tier

Tier of the rune.

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

Type

Type of the rune.

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