Show / Hide Table of Contents

Class SkinStatic

Class representing a skin of a champion (Static API).

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

Properties

Id

Id of the skin.

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

Name

Name of the skin.

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

Num

Ordered number of the skin.

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