Show / Hide Table of Contents

Class MasteryPage

Mastery page (Summoner API).

Inheritance
System.Object
MasteryPage
Namespace:RiotSharp.SummonerEndpoint
Assembly:RiotSharp.dll
Syntax
public class MasteryPage : object

Properties

Current

Indicates if the mastery page is the current mastery page.

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

Id

Mastery page id.

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

Masteries

List of mastery page talents associated with the mastery page.

Declaration
public List<Mastery> Masteries { get; set; }
Property Value
Type Description
List<><Mastery>

Name

Mastery page name.

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