Show / Hide Table of Contents

Class MasteryStatic

Class representing a mastery (Static API).

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

Properties

Description

List of string descripting the mastery.

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

Id

Mastery's id.

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

Image

Mastery's image.

Declaration
public ImageStatic Image { get; set; }
Property Value
Type Description
ImageStatic

Name

Mastery's name.

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

Prerequisite

Id of the prerequisite mastery.

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

Rank

Mastery's rank.

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

SanitizedDescription

Sanitized (HTML stripped) description of the mastery.

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