Class RunePage
Page of runes (Summoner API).
Inheritance
System.Object
RunePage
Namespace:RiotSharp.SummonerEndpoint
Assembly:RiotSharp.dll
Syntax
public class RunePage : object
Properties
Current
Indicates if the page is the current page.
Declaration
public bool Current { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Id
Rune page ID.
Declaration
public long Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Name
Rune page name.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Slots
List of rune slots associated with the rune page.
Declaration
public List<RuneSlot> Slots { get; set; }
Property Value
| Type | Description |
|---|---|
| List<><RuneSlot> |